#204315

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

Shades of Myrtle #204315

Tints of Myrtle #204315

Color information

#204315 (or 0x204315) is unknown color: approx Myrtle. HEX triplet: 20, 43 and 15. RGB value is (32,67,21). Sum of RGB (Red+Green+Blue) = 32+67+21=120 (15% of max value = 765). Red value is 32 (12.89% from 255 or 26.67% from 120); Green value is 67 (26.56% from 255 or 55.83% from 120); Blue value is 21 (8.59% from 255 or 17.5% from 120); Max value from RGB is 67 - color contains mainly: green. Hex color #204315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #204315 is #DFBCEA. Grayscale: #333333. Windows color (decimal): -14662891 or 1393440. OLE color: 1393440.

HSL color Cylindrical-coordinate representation of color #204315: hue angle of 105.65º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #204315 is Cyan = 0.52, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.74.

Color convert

RGB326721-
CMYK0.5200.690.74
HSL105.65º52.27%17.25%-
HSV(B)105.65º68.66%26.27%-
XYZ2.744.381.41-
YUV51.29110.9114.24-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 26.67%
GREEN value IS 67 (26.56% from 255) = 55.83%
BLUE value IS 21 (8.59% from 255) = 17.5%
R=26.67%
G=55.83%
B=17.5%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3267210.5200.690.74105.6552.2717.25
Hex204315340454A6a3411
Octal40103256401051121526421
Binary100000100001110101110100010001011001010110101011010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204315; }

 p { color: rgb(32,67,21); }

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

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

 a { background-color: rgb(32,67,21); }

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

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

 span { border-color: rgb(32,67,21); }

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