Html Css Color HEX #036C05 Green

📋 copy color: '#036C05'

red 3 ◦ green 108 ◦ blue 5

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

Shades of Green #036C05

Tints of Green #036C05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.31%

R = 2.59%
G = 93.1%
B = 4.31%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.95

 K value IS 0.58

RGB Variations

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

Color information

#036C05 (or 0x036C05) is known color: Green. HEX triplet: 03, 6C and 05. RGB value is (3,108,5). Sum of RGB (Red+Green+Blue) = 3+108+5=116 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.59% from 116); Green value is 108 (42.58% from 255 or 93.10% from 116); Blue value is 5 (2.34% from 255 or 4.31% from 116); Max value from RGB is 108 - color contains mainly: green. Hex color #036C05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036C05 is #FC93FA. Grayscale: #414141. Windows color (decimal): -16552955 or 355331. OLE color: 355331.

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

Color convert

RGB 3 108 5 -
CMYK 0.97 0 0.95 0.58
HSL 121.14º 0.95% 0.22% -
HSV(B) 121.14º 0.97% 0.42% -
XYZ 5.43 10.76 1.93 -
YUV 64.86 94.21 83.88 -
System Red Green Blue C M Y K H S L
Decimal 3 108 5 0.97 0 0.95 0.58 121.14 0.95 0.22
Hex 3 6C 5 61 0 5F 3A 79 5F 16
Octal 3 154 5 141 0 137 72 171 137 26
Binary 11 1101100 101 1100001 0 1011111 111010 1111001 1011111 10110

Color Harmonies of #036C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036C05

Black with #036C05

Text Example


Text Example

White with #036C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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