#285220

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

Shades of Myrtle #285220

Tints of Myrtle #285220

Color information

#285220 (or 0x285220) is unknown color: approx Myrtle. HEX triplet: 28, 52 and 20. RGB value is (40,82,32). Sum of RGB (Red+Green+Blue) = 40+82+32=154 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.97% from 154); Green value is 82 (32.42% from 255 or 53.25% from 154); Blue value is 32 (12.89% from 255 or 20.78% from 154); Max value from RGB is 82 - color contains mainly: green. Hex color #285220 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285220 is #D7ADDF. Grayscale: #3F3F3F. Windows color (decimal): -14134752 or 2118184. OLE color: 2118184.

HSL color Cylindrical-coordinate representation of color #285220: hue angle of 110.4º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #285220 is Cyan = 0.51, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.68.

Color convert

RGB408232-
CMYK0.5100.610.68
HSL110.4º43.86%22.35%-
HSV(B)110.4º60.98%32.16%-
XYZ4.156.592.42-
YUV63.74110.09111.07-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.97%
GREEN value IS 82 (32.42% from 255) = 53.25%
BLUE value IS 32 (12.89% from 255) = 20.78%
R=25.97%
G=53.25%
B=20.78%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4082320.5100.610.68110.443.8622.35
Hex2852203303D446e2c16
Octal5012240630751041565426
Binary101000101001010000011001101111011000100110111010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285220; }

 p { color: rgb(40,82,32); }

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

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

 a { background-color: rgb(40,82,32); }

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

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

 span { border-color: rgb(40,82,32); }

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