#284020

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

Shades of Myrtle #284020

Tints of Myrtle #284020

Color information

#284020 (or 0x284020) is unknown color: approx Myrtle. HEX triplet: 28, 40 and 20. RGB value is (40,64,32). Sum of RGB (Red+Green+Blue) = 40+64+32=136 (18% of max value = 765). Red value is 40 (16.02% from 255 or 29.41% from 136); Green value is 64 (25.39% from 255 or 47.06% from 136); Blue value is 32 (12.89% from 255 or 23.53% from 136); Max value from RGB is 64 - color contains mainly: green. Hex color #284020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284020 is #D7BFDF. Grayscale: #353535. Windows color (decimal): -14139360 or 2113576. OLE color: 2113576.

HSL color Cylindrical-coordinate representation of color #284020: hue angle of 105º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #284020 is Cyan = 0.38, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.75.

Color convert

RGB406432-
CMYK0.3800.500.75
HSL105º33.33%18.82%-
HSV(B)105º50%25.1%-
XYZ2.974.222.02-
YUV53.18116.05118.6-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 29.41%
GREEN value IS 64 (25.39% from 255) = 47.06%
BLUE value IS 32 (12.89% from 255) = 23.53%
R=29.41%
G=47.06%
B=23.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4064320.3800.500.7510533.3318.82
Hex284020260324B692113
Octal5010040460621131514123
Binary101000100000010000010011001100101001011110100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284020; }

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

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

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

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

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

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

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

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