#204525

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

Shades of Myrtle #204525

Tints of Myrtle #204525

Color information

#204525 (or 0x204525) is unknown color: approx Myrtle. HEX triplet: 20, 45 and 25. RGB value is (32,69,37). Sum of RGB (Red+Green+Blue) = 32+69+37=138 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.19% from 138); Green value is 69 (27.34% from 255 or 50% from 138); Blue value is 37 (14.84% from 255 or 26.81% from 138); Max value from RGB is 69 - color contains mainly: green. Hex color #204525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204525 is #DFBADA. Grayscale: #363636. Windows color (decimal): -14662363 or 2442528. OLE color: 2442528.

HSL color Cylindrical-coordinate representation of color #204525: hue angle of 128.11º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #204525 is Cyan = 0.54, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB326937-
CMYK0.5400.460.73
HSL128.11º36.63%19.8%-
HSV(B)128.11º53.62%27.06%-
XYZ3.064.72.5-
YUV54.29118.24112.1-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 23.19%
GREEN value IS 69 (27.34% from 255) = 50%
BLUE value IS 37 (14.84% from 255) = 26.81%
R=23.19%
G=50%
B=26.81%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3269370.5400.460.73128.1136.6319.8
Hex2045253602E49802514
Octal4010545660561112004524
Binary1000001000101100101110110010111010010011000000010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204525; }

 p { color: rgb(32,69,37); }

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

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

 a { background-color: rgb(32,69,37); }

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

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

 span { border-color: rgb(32,69,37); }

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