Html Css Color HEX #036C04 Green

📋 copy color: '#036C04'

red 3 ◦ green 108 ◦ blue 4

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

Shades of Green #036C04

Tints of Green #036C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.48%

R = 2.61%
G = 93.91%
B = 3.48%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.96

 K value IS 0.58

RGB Variations

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

Color information

#036C04 (or 0x036C04) is known color: Green. HEX triplet: 03, 6C and 04. RGB value is (3,108,4). Sum of RGB (Red+Green+Blue) = 3+108+4=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 108 (42.58% from 255 or 93.91% from 115); Blue value is 4 (1.95% from 255 or 3.48% from 115); Max value from RGB is 108 - color contains mainly: green. Hex color #036C04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036C04 is #FC93FB. Grayscale: #414141. Windows color (decimal): -16552956 or 289795. OLE color: 289795.

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

Color convert

RGB 3 108 4 -
CMYK 0.97 0 0.96 0.58
HSL 120.57º 0.95% 0.22% -
HSV(B) 120.57º 0.97% 0.42% -
XYZ 5.42 10.75 1.9 -
YUV 64.75 93.71 83.96 -
System Red Green Blue C M Y K H S L
Decimal 3 108 4 0.97 0 0.96 0.58 120.57 0.95 0.22
Hex 3 6C 4 61 0 60 3A 79 5F 16
Octal 3 154 4 141 0 140 72 171 137 26
Binary 11 1101100 100 1100001 0 1100000 111010 1111001 1011111 10110

Color Harmonies of #036C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036C04

Black with #036C04

Text Example


Text Example

White with #036C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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