#007036

Color #007036 Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #007036

Tints of Jewel #007036

Color information

#007036 (or 0x007036) is unknown color: approx Jewel. HEX triplet: 00, 70 and 36. RGB value is (0,112,54). Sum of RGB (Red+Green+Blue) = 0+112+54=166 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 166); Green value is 112 (44.14% from 255 or 67.47% from 166); Blue value is 54 (21.48% from 255 or 32.53% from 166); Max value from RGB is 112 - color contains mainly: green. Hex color #007036 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007036 is #FF8FC9. Grayscale: #484848. Windows color (decimal): -16748490 or 3567616. OLE color: 3567616.

HSL color Cylindrical-coordinate representation of color #007036: hue angle of 148.93º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007036 is Cyan = 1, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB011254-
CMYK100.520.56
HSL148.93º100%21.96%-
HSV(B)148.93º100%43.92%-
XYZ6.4611.855.44-
YUV71.9117.8976.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 112 (44.14% from 255) = 67.47%
BLUE value IS 54 (21.48% from 255) = 32.53%
R=0%
G=67.47%
B=32.53%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal011254100.520.56148.9310021.96
Hex070366403438956416
Octal0160661440647022514426
Binary011100001101101100100011010011100010010101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007036; }

 p { color: rgb(0,112,54); }

 H1.HeaderClassName
 {
   color: #007036;
 }
 .AnyTagClassName
 {
   color: #007036;
 }
</style>
background-color css

<style>
 a { background-color: #007036; }

 a { background-color: rgb(0,112,54); }

 div.DivClassName
 {
   background-color: #007036;
 }
 .BgClassName
 {
   background-color: #007036;
 }
</style>
border-color css

<style>
 span { border-color: #007036; }

 span { border-color: rgb(0,112,54); }

 td.TdClassName
 {
   border-color: #007036;
 }
 .TagClassName
 {
   border-color: #007036;
 }
</style>