Html Css Color HEX #036C18 Green

📋 copy color: '#036C18'

red 3 ◦ green 108 ◦ blue 24

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

Shades of Green #036C18

Tints of Green #036C18

RGB

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

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

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

R = 2.22%
G = 80%
B = 17.78%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.78

 K value IS 0.58

RGB Variations

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

Color information

#036C18 (or 0x036C18) is known color: Green. HEX triplet: 03, 6C and 18. RGB value is (3,108,24). Sum of RGB (Red+Green+Blue) = 3+108+24=135 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.22% from 135); Green value is 108 (42.58% from 255 or 80% from 135); Blue value is 24 (9.77% from 255 or 17.78% from 135); Max value from RGB is 108 - color contains mainly: green. Hex color #036C18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036C18 is #FC93E7. Grayscale: #434343. Windows color (decimal): -16552936 or 1600515. OLE color: 1600515.

HSL color Cylindrical-coordinate representation of color #036C18: hue angle of 132º 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 #036C18 is Cyan = 0.97, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.58.

Color convert

RGB 3 108 24 -
CMYK 0.97 0 0.78 0.58
HSL 132º 0.95% 0.22% -
HSV(B) 132º 0.97% 0.42% -
XYZ 5.56 10.81 2.66 -
YUV 67.03 103.71 82.33 -
System Red Green Blue C M Y K H S L
Decimal 3 108 24 0.97 0 0.78 0.58 132 0.95 0.22
Hex 3 6C 18 61 0 4E 3A 84 5F 16
Octal 3 154 30 141 0 116 72 204 137 26
Binary 11 1101100 11000 1100001 0 1001110 111010 10000100 1011111 10110

Color Harmonies of #036C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036C18

Black with #036C18

Text Example


Text Example

White with #036C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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