#036508

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

Shades of Green #036508

Tints of Green #036508

Color information

#036508 (or 0x036508) is unknown color: approx Green. HEX triplet: 03, 65 and 08. RGB value is (3,101,8). Sum of RGB (Red+Green+Blue) = 3+101+8=112 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.68% from 112); Green value is 101 (39.84% from 255 or 90.18% from 112); Blue value is 8 (3.52% from 255 or 7.14% from 112); Max value from RGB is 101 - color contains mainly: green. Hex color #036508 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036508 is #FC9AF7. Grayscale: #3D3D3D. Windows color (decimal): -16554744 or 550147. OLE color: 550147.

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

Color convert

RGB31018-
CMYK0.9700.920.60
HSL123.06º94.23%20.39%-
HSV(B)123.06º97.03%39.61%-
XYZ4.749.341.78-
YUV61.198.0386.56-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.68%
GREEN value IS 101 (39.84% from 255) = 90.18%
BLUE value IS 8 (3.52% from 255) = 7.14%
R=2.68%
G=90.18%
B=7.14%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal310180.9700.920.60123.0694.2320.39
Hex36586105C3C7b5e14
Octal31451014101347417313624
Binary11110010110001100001010111001111001111011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036508; }

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

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

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

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

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

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

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

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