Html Css Color HEX #03600C Green

📋 copy color: '#03600C'

red 3 ◦ green 96 ◦ blue 12

#03600C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #03600C

Tints of Green #03600C

RGB

 RED value IS 3 (1.56% from 255) = 2.7%

 GREEN value IS 96 (37.89% from 255) = 86.49%

 BLUE value IS 12 (5.08% from 255) = 10.81%

R = 2.7%
G = 86.49%
B = 10.81%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#03600C (or 0x03600C) is known color: Green. HEX triplet: 03, 60 and 0C. RGB value is (3,96,12). Sum of RGB (Red+Green+Blue) = 3+96+12=111 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.70% from 111); Green value is 96 (37.89% from 255 or 86.49% from 111); Blue value is 12 (5.08% from 255 or 10.81% from 111); Max value from RGB is 96 - color contains mainly: green. Hex color #03600C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03600C is #FC9FF3. Grayscale: #3A3A3A. Windows color (decimal): -16556020 or 811011. OLE color: 811011.

HSL color Cylindrical-coordinate representation of color #03600C: hue angle of 125.81º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03600C is Cyan = 0.97, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB 3 96 12 -
CMYK 0.97 0 0.88 0.62
HSL 125.81º 0.94% 0.19% -
HSV(B) 125.81º 0.97% 0.38% -
XYZ 4.29 8.41 1.75 -
YUV 58.62 101.69 88.33 -
System Red Green Blue C M Y K H S L
Decimal 3 96 12 0.97 0 0.88 0.62 125.81 0.94 0.19
Hex 3 60 C 61 0 58 3E 7E 5E 13
Octal 3 140 14 141 0 130 76 176 136 23
Binary 11 1100000 1100 1100001 0 1011000 111110 1111110 1011110 10011

Color Harmonies of #03600C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03600C

Black with #03600C

Text Example


Text Example

White with #03600C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03600C; }

 p { color: rgb(3,96,12); }

 H1.HeaderClassName
 {
   color: #03600C;
 }
 .AnyTagClassName
 {
   color: #03600C;
 }
</style>

background-color css

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

 a { background-color: rgb(3,96,12); }

 div.DivClassName
 {
   background-color: #03600C;
 }
 .BgClassName
 {
   background-color: #03600C;
 }
</style>

border-color css

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

 span { border-color: rgb(3,96,12); }

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