#036308

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

Shades of Green #036308

Tints of Green #036308

Color information

#036308 (or 0x036308) is unknown color: approx Green. HEX triplet: 03, 63 and 08. RGB value is (3,99,8). Sum of RGB (Red+Green+Blue) = 3+99+8=110 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.73% from 110); Green value is 99 (39.06% from 255 or 90% from 110); Blue value is 8 (3.52% from 255 or 7.27% from 110); Max value from RGB is 99 - color contains mainly: green. Hex color #036308 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036308 is #FC9CF7. Grayscale: #3C3C3C. Windows color (decimal): -16555256 or 549635. OLE color: 549635.

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

Color convert

RGB3998-
CMYK0.9700.920.61
HSL123.12º94.12%20%-
HSV(B)123.12º96.97%38.82%-
XYZ4.548.961.72-
YUV59.9298.787.4-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.73%
GREEN value IS 99 (39.06% from 255) = 90%
BLUE value IS 8 (3.52% from 255) = 7.27%
R=2.73%
G=90%
B=7.27%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal39980.9700.920.61123.1294.1220
Hex36386105C3D7b5e14
Octal31431014101347517313624
Binary11110001110001100001010111001111011111011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036308; }

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

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

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

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

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

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

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

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