Html Css Color HEX #036213 Green

📋 copy color: '#036213'

red 3 ◦ green 98 ◦ blue 19

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

Shades of Green #036213

Tints of Green #036213

RGB

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

 GREEN value IS 98 (38.67% from 255) = 81.67%

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

R = 2.5%
G = 81.67%
B = 15.83%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#036213 (or 0x036213) is known color: Green. HEX triplet: 03, 62 and 13. RGB value is (3,98,19). Sum of RGB (Red+Green+Blue) = 3+98+19=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 98 (38.67% from 255 or 81.67% from 120); Blue value is 19 (7.81% from 255 or 15.83% from 120); Max value from RGB is 98 - color contains mainly: green. Hex color #036213 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036213 is #FC9DEC. Grayscale: #3C3C3C. Windows color (decimal): -16555501 or 1270275. OLE color: 1270275.

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

Color convert

RGB 3 98 19 -
CMYK 0.97 0 0.81 0.62
HSL 130.11º 0.94% 0.2% -
HSV(B) 130.11º 0.97% 0.38% -
XYZ 4.52 8.8 2.08 -
YUV 60.59 104.53 86.92 -
System Red Green Blue C M Y K H S L
Decimal 3 98 19 0.97 0 0.81 0.62 130.11 0.94 0.2
Hex 3 62 13 61 0 51 3E 82 5E 14
Octal 3 142 23 141 0 121 76 202 136 24
Binary 11 1100010 10011 1100001 0 1010001 111110 10000010 1011110 10100

Color Harmonies of #036213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036213

Black with #036213

Text Example


Text Example

White with #036213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036213; }

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

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

background-color css

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

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

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

border-color css

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

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

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