#204E14

Color #204E14 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #204E14

Tints of Myrtle #204E14

Color information

#204E14 (or 0x204E14) is unknown color: approx Myrtle. HEX triplet: 20, 4E and 14. RGB value is (32,78,20). Sum of RGB (Red+Green+Blue) = 32+78+20=130 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.62% from 130); Green value is 78 (30.86% from 255 or 60% from 130); Blue value is 20 (8.20% from 255 or 15.38% from 130); Max value from RGB is 78 - color contains mainly: green. Hex color #204E14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #204E14 is #DFB1EB. Grayscale: #393939. Windows color (decimal): -14660076 or 1330720. OLE color: 1330720.

HSL color Cylindrical-coordinate representation of color #204E14: hue angle of 107.59º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #204E14 is Cyan = 0.59, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB327820-
CMYK0.5900.740.69
HSL107.59º59.18%19.22%-
HSV(B)107.59º74.36%30.59%-
XYZ3.455.811.6-
YUV57.63106.76109.72-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 24.62%
GREEN value IS 78 (30.86% from 255) = 60%
BLUE value IS 20 (8.20% from 255) = 15.38%
R=24.62%
G=60%
B=15.38%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3278200.5900.740.69107.5959.1819.22
Hex204E143B04A456c3b13
Octal40116247301121051547323
Binary100000100111010100111011010010101000101110110011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204E14; }

 p { color: rgb(32,78,20); }

 H1.HeaderClassName
 {
   color: #204E14;
 }
 .AnyTagClassName
 {
   color: #204E14;
 }
</style>
background-color css

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

 a { background-color: rgb(32,78,20); }

 div.DivClassName
 {
   background-color: #204E14;
 }
 .BgClassName
 {
   background-color: #204E14;
 }
</style>
border-color css

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

 span { border-color: rgb(32,78,20); }

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