#204B14

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

Shades of Myrtle #204B14

Tints of Myrtle #204B14

Color information

#204B14 (or 0x204B14) is unknown color: approx Myrtle. HEX triplet: 20, 4B and 14. RGB value is (32,75,20). Sum of RGB (Red+Green+Blue) = 32+75+20=127 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.20% from 127); Green value is 75 (29.69% from 255 or 59.06% from 127); Blue value is 20 (8.20% from 255 or 15.75% from 127); Max value from RGB is 75 - color contains mainly: green. Hex color #204B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #204B14 is #DFB4EB. Grayscale: #383838. Windows color (decimal): -14660844 or 1329952. OLE color: 1329952.

HSL color Cylindrical-coordinate representation of color #204B14: hue angle of 106.91º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #204B14 is Cyan = 0.57, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.71.

Color convert

RGB327520-
CMYK0.5700.730.71
HSL106.91º57.89%18.63%-
HSV(B)106.91º73.33%29.41%-
XYZ3.245.391.53-
YUV55.87107.75110.97-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 25.20%
GREEN value IS 75 (29.69% from 255) = 59.06%
BLUE value IS 20 (8.20% from 255) = 15.75%
R=25.20%
G=59.06%
B=15.75%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3275200.5700.730.71106.9157.8918.63
Hex204B1439049476b3a13
Octal40113247101111071537223
Binary100000100101110100111001010010011000111110101111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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