Html Css Color HEX #036F0C Green

📋 copy color: '#036F0C'

red 3 ◦ green 111 ◦ blue 12

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

Shades of Green #036F0C

Tints of Green #036F0C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 88.1%

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

R = 2.38%
G = 88.1%
B = 9.52%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#036F0C (or 0x036F0C) is known color: Green. HEX triplet: 03, 6F and 0C. RGB value is (3,111,12). Sum of RGB (Red+Green+Blue) = 3+111+12=126 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.38% from 126); Green value is 111 (43.75% from 255 or 88.10% from 126); Blue value is 12 (5.08% from 255 or 9.52% from 126); Max value from RGB is 111 - color contains mainly: green. Hex color #036F0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036F0C is #FC90F3. Grayscale: #434343. Windows color (decimal): -16552180 or 814851. OLE color: 814851.

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

Color convert

RGB 3 111 12 -
CMYK 0.97 0 0.89 0.56
HSL 125º 0.95% 0.22% -
HSV(B) 125º 0.97% 0.44% -
XYZ 5.79 11.41 2.25 -
YUV 67.42 96.72 82.05 -
System Red Green Blue C M Y K H S L
Decimal 3 111 12 0.97 0 0.89 0.56 125 0.95 0.22
Hex 3 6F C 61 0 59 38 7D 5F 16
Octal 3 157 14 141 0 131 70 175 137 26
Binary 11 1101111 1100 1100001 0 1011001 111000 1111101 1011111 10110

Color Harmonies of #036F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036F0C

Black with #036F0C

Text Example


Text Example

White with #036F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036F0C; }

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

 H1.HeaderClassName
 {
   color: #036F0C;
 }
 .AnyTagClassName
 {
   color: #036F0C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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