Html Css Color HEX #036D0D Green

📋 copy color: '#036D0D'

red 3 ◦ green 109 ◦ blue 13

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

Shades of Green #036D0D

Tints of Green #036D0D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 87.2%

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

R = 2.4%
G = 87.2%
B = 10.4%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.88

 K value IS 0.57

RGB Variations

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

Color information

#036D0D (or 0x036D0D) is known color: Green. HEX triplet: 03, 6D and 0D. RGB value is (3,109,13). Sum of RGB (Red+Green+Blue) = 3+109+13=125 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.4% from 125); Green value is 109 (42.97% from 255 or 87.2% from 125); Blue value is 13 (5.47% from 255 or 10.4% from 125); Max value from RGB is 109 - color contains mainly: green. Hex color #036D0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036D0D is #FC92F2. Grayscale: #424242. Windows color (decimal): -16552691 or 879875. OLE color: 879875.

HSL color Cylindrical-coordinate representation of color #036D0D: hue angle of 125.66º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036D0D is Cyan = 0.97, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.57.

Color convert

RGB 3 109 13 -
CMYK 0.97 0 0.88 0.57
HSL 125.66º 0.95% 0.22% -
HSV(B) 125.66º 0.97% 0.43% -
XYZ 5.58 10.99 2.21 -
YUV 66.36 97.88 82.81 -
System Red Green Blue C M Y K H S L
Decimal 3 109 13 0.97 0 0.88 0.57 125.66 0.95 0.22
Hex 3 6D D 61 0 58 39 7E 5F 16
Octal 3 155 15 141 0 130 71 176 137 26
Binary 11 1101101 1101 1100001 0 1011000 111001 1111110 1011111 10110

Color Harmonies of #036D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036D0D

Black with #036D0D

Text Example


Text Example

White with #036D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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