Html Css Color HEX #036A18 Green

📋 copy color: '#036A18'

red 3 ◦ green 106 ◦ blue 24

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

Shades of Green #036A18

Tints of Green #036A18

RGB

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

 GREEN value IS 106 (41.8% from 255) = 79.7%

 BLUE value IS 24 (9.77% from 255) = 18.05%

R = 2.26%
G = 79.7%
B = 18.05%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.77

 K value IS 0.58

RGB Variations

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

Color information

#036A18 (or 0x036A18) is known color: Green. HEX triplet: 03, 6A and 18. RGB value is (3,106,24). Sum of RGB (Red+Green+Blue) = 3+106+24=133 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.26% from 133); Green value is 106 (41.80% from 255 or 79.70% from 133); Blue value is 24 (9.77% from 255 or 18.05% from 133); Max value from RGB is 106 - color contains mainly: green. Hex color #036A18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036A18 is #FC95E7. Grayscale: #424242. Windows color (decimal): -16553448 or 1600003. OLE color: 1600003.

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

Color convert

RGB 3 106 24 -
CMYK 0.97 0 0.77 0.58
HSL 132.23º 0.94% 0.21% -
HSV(B) 132.23º 0.97% 0.42% -
XYZ 5.36 10.39 2.59 -
YUV 65.86 104.38 83.17 -
System Red Green Blue C M Y K H S L
Decimal 3 106 24 0.97 0 0.77 0.58 132.23 0.94 0.21
Hex 3 6A 18 61 0 4D 3A 84 5E 15
Octal 3 152 30 141 0 115 72 204 136 25
Binary 11 1101010 11000 1100001 0 1001101 111010 10000100 1011110 10101

Color Harmonies of #036A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036A18

Black with #036A18

Text Example


Text Example

White with #036A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,106,24); }

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

background-color css

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

 a { background-color: rgb(3,106,24); }

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

border-color css

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

 span { border-color: rgb(3,106,24); }

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