Html Css Color HEX #036C0E Green

📋 copy color: '#036C0E'

red 3 ◦ green 108 ◦ blue 14

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

Shades of Green #036C0E

Tints of Green #036C0E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 86.4%

 BLUE value IS 14 (5.86% from 255) = 11.2%

R = 2.4%
G = 86.4%
B = 11.2%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.87

 K value IS 0.58

RGB Variations

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

Color information

#036C0E (or 0x036C0E) is known color: Green. HEX triplet: 03, 6C and 0E. RGB value is (3,108,14). Sum of RGB (Red+Green+Blue) = 3+108+14=125 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.4% from 125); Green value is 108 (42.58% from 255 or 86.4% from 125); Blue value is 14 (5.86% from 255 or 11.2% from 125); Max value from RGB is 108 - color contains mainly: green. Hex color #036C0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036C0E is #FC93F1. Grayscale: #424242. Windows color (decimal): -16552946 or 945155. OLE color: 945155.

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

Color convert

RGB 3 108 14 -
CMYK 0.97 0 0.87 0.58
HSL 126.29º 0.95% 0.22% -
HSV(B) 126.29º 0.97% 0.42% -
XYZ 5.48 10.78 2.21 -
YUV 65.89 98.71 83.14 -
System Red Green Blue C M Y K H S L
Decimal 3 108 14 0.97 0 0.87 0.58 126.29 0.95 0.22
Hex 3 6C E 61 0 57 3A 7E 5F 16
Octal 3 154 16 141 0 127 72 176 137 26
Binary 11 1101100 1110 1100001 0 1010111 111010 1111110 1011111 10110

Color Harmonies of #036C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036C0E

Black with #036C0E

Text Example


Text Example

White with #036C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,108,14); }

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

background-color css

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

 a { background-color: rgb(3,108,14); }

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

border-color css

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

 span { border-color: rgb(3,108,14); }

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