Html Css Color HEX #036D14 Green

📋 copy color: '#036D14'

red 3 ◦ green 109 ◦ blue 20

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

Shades of Green #036D14

Tints of Green #036D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 15.15%

R = 2.27%
G = 82.58%
B = 15.15%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.82

 K value IS 0.57

RGB Variations

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

Color information

#036D14 (or 0x036D14) is known color: Green. HEX triplet: 03, 6D and 14. RGB value is (3,109,20). Sum of RGB (Red+Green+Blue) = 3+109+20=132 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.27% from 132); Green value is 109 (42.97% from 255 or 82.58% from 132); Blue value is 20 (8.20% from 255 or 15.15% from 132); Max value from RGB is 109 - color contains mainly: green. Hex color #036D14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036D14 is #FC92EB. Grayscale: #434343. Windows color (decimal): -16552684 or 1338627. OLE color: 1338627.

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

Color convert

RGB 3 109 20 -
CMYK 0.97 0 0.82 0.57
HSL 129.62º 0.95% 0.22% -
HSV(B) 129.62º 0.97% 0.43% -
XYZ 5.63 11.01 2.49 -
YUV 67.16 101.38 82.24 -
System Red Green Blue C M Y K H S L
Decimal 3 109 20 0.97 0 0.82 0.57 129.62 0.95 0.22
Hex 3 6D 14 61 0 52 39 82 5F 16
Octal 3 155 24 141 0 122 71 202 137 26
Binary 11 1101101 10100 1100001 0 1010010 111001 10000010 1011111 10110

Color Harmonies of #036D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036D14

Black with #036D14

Text Example


Text Example

White with #036D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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