#204714

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

Shades of Myrtle #204714

Tints of Myrtle #204714

Color information

#204714 (or 0x204714) is unknown color: approx Myrtle. HEX triplet: 20, 47 and 14. RGB value is (32,71,20). Sum of RGB (Red+Green+Blue) = 32+71+20=123 (16% of max value = 765). Red value is 32 (12.89% from 255 or 26.02% from 123); Green value is 71 (28.12% from 255 or 57.72% from 123); Blue value is 20 (8.20% from 255 or 16.26% from 123); Max value from RGB is 71 - color contains mainly: green. Hex color #204714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #204714 is #DFB8EB. Grayscale: #353535. Windows color (decimal): -14661868 or 1328928. OLE color: 1328928.

HSL color Cylindrical-coordinate representation of color #204714: hue angle of 105.88º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #204714 is Cyan = 0.55, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB327120-
CMYK0.5500.720.72
HSL105.88º56.04%17.84%-
HSV(B)105.88º71.83%27.84%-
XYZ2.984.861.44-
YUV53.52109.08112.65-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 26.02%
GREEN value IS 71 (28.12% from 255) = 57.72%
BLUE value IS 20 (8.20% from 255) = 16.26%
R=26.02%
G=57.72%
B=16.26%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3271200.5500.720.72105.8856.0417.84
Hex20471437048486a3812
Octal40107246701101101527022
Binary100000100011110100110111010010001001000110101011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204714; }

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

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

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

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

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

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

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

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