#036608

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

Shades of Green #036608

Tints of Green #036608

Color information

#036608 (or 0x036608) is unknown color: approx Green. HEX triplet: 03, 66 and 08. RGB value is (3,102,8). Sum of RGB (Red+Green+Blue) = 3+102+8=113 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.65% from 113); Green value is 102 (40.23% from 255 or 90.27% from 113); Blue value is 8 (3.52% from 255 or 7.08% from 113); Max value from RGB is 102 - color contains mainly: green. Hex color #036608 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036608 is #FC99F7. Grayscale: #3D3D3D. Windows color (decimal): -16554488 or 550403. OLE color: 550403.

HSL color Cylindrical-coordinate representation of color #036608: hue angle of 123.03º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036608 is Cyan = 0.97, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.6.

Color convert

RGB31028-
CMYK0.9700.920.6
HSL123.03º94.29%20.59%-
HSV(B)123.03º97.06%40%-
XYZ4.839.541.82-
YUV61.6897.786.14-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.65%
GREEN value IS 102 (40.23% from 255) = 90.27%
BLUE value IS 8 (3.52% from 255) = 7.08%
R=2.65%
G=90.27%
B=7.08%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal310280.9700.920.6123.0394.2920.59
Hex36686105C3C7b5e15
Octal31461014101347417313625
Binary11110011010001100001010111001111001111011101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036608; }

 p { color: rgb(3,102,8); }

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

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

 a { background-color: rgb(3,102,8); }

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

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

 span { border-color: rgb(3,102,8); }

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