Html Css Color HEX #036A0D Green

📋 copy color: '#036A0D'

red 3 ◦ green 106 ◦ blue 13

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

Shades of Green #036A0D

Tints of Green #036A0D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 86.89%

 BLUE value IS 13 (5.47% from 255) = 10.66%

R = 2.46%
G = 86.89%
B = 10.66%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.88

 K value IS 0.58

RGB Variations

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

Color information

#036A0D (or 0x036A0D) is known color: Green. HEX triplet: 03, 6A and 0D. RGB value is (3,106,13). Sum of RGB (Red+Green+Blue) = 3+106+13=122 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.46% from 122); Green value is 106 (41.80% from 255 or 86.89% from 122); Blue value is 13 (5.47% from 255 or 10.66% from 122); Max value from RGB is 106 - color contains mainly: green. Hex color #036A0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036A0D is #FC95F2. Grayscale: #404040. Windows color (decimal): -16553459 or 879107. OLE color: 879107.

HSL color Cylindrical-coordinate representation of color #036A0D: hue angle of 125.83º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036A0D is Cyan = 0.97, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.58.

Color convert

RGB 3 106 13 -
CMYK 0.97 0 0.88 0.58
HSL 125.83º 0.94% 0.21% -
HSV(B) 125.83º 0.97% 0.42% -
XYZ 5.26 10.36 2.1 -
YUV 64.6 98.88 84.06 -
System Red Green Blue C M Y K H S L
Decimal 3 106 13 0.97 0 0.88 0.58 125.83 0.94 0.21
Hex 3 6A D 61 0 58 3A 7E 5E 15
Octal 3 152 15 141 0 130 72 176 136 25
Binary 11 1101010 1101 1100001 0 1011000 111010 1111110 1011110 10101

Color Harmonies of #036A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036A0D

Black with #036A0D

Text Example


Text Example

White with #036A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,106,13); }

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

background-color css

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

 a { background-color: rgb(3,106,13); }

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

border-color css

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

 span { border-color: rgb(3,106,13); }

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