Html Css Color HEX #036013 Green

📋 copy color: '#036013'

red 3 ◦ green 96 ◦ blue 19

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

Shades of Green #036013

Tints of Green #036013

RGB

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

 GREEN value IS 96 (37.89% from 255) = 81.36%

 BLUE value IS 19 (7.81% from 255) = 16.1%

R = 2.54%
G = 81.36%
B = 16.1%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#036013 (or 0x036013) is known color: Green. HEX triplet: 03, 60 and 13. RGB value is (3,96,19). Sum of RGB (Red+Green+Blue) = 3+96+19=118 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.54% from 118); Green value is 96 (37.89% from 255 or 81.36% from 118); Blue value is 19 (7.81% from 255 or 16.10% from 118); Max value from RGB is 96 - color contains mainly: green. Hex color #036013 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036013 is #FC9FEC. Grayscale: #3B3B3B. Windows color (decimal): -16556013 or 1269763. OLE color: 1269763.

HSL color Cylindrical-coordinate representation of color #036013: hue angle of 130.32º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036013 is Cyan = 0.97, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 3 96 19 -
CMYK 0.97 0 0.80 0.62
HSL 130.32º 0.94% 0.19% -
HSV(B) 130.32º 0.97% 0.38% -
XYZ 4.34 8.43 2.02 -
YUV 59.42 105.19 87.76 -
System Red Green Blue C M Y K H S L
Decimal 3 96 19 0.97 0 0.80 0.62 130.32 0.94 0.19
Hex 3 60 13 61 0 50 3E 82 5E 13
Octal 3 140 23 141 0 120 76 202 136 23
Binary 11 1100000 10011 1100001 0 1010000 111110 10000010 1011110 10011

Color Harmonies of #036013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036013

Black with #036013

Text Example


Text Example

White with #036013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036013; }

 p { color: rgb(3,96,19); }

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

background-color css

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

 a { background-color: rgb(3,96,19); }

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

border-color css

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

 span { border-color: rgb(3,96,19); }

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