#28521A

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

Shades of Myrtle #28521A

Tints of Myrtle #28521A

Color information

#28521A (or 0x28521A) is unknown color: approx Myrtle. HEX triplet: 28, 52 and 1A. RGB value is (40,82,26). Sum of RGB (Red+Green+Blue) = 40+82+26=148 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.03% from 148); Green value is 82 (32.42% from 255 or 55.41% from 148); Blue value is 26 (10.55% from 255 or 17.57% from 148); Max value from RGB is 82 - color contains mainly: green. Hex color #28521A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28521A is #D7ADE5. Grayscale: #3F3F3F. Windows color (decimal): -14134758 or 1724968. OLE color: 1724968.

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

Color convert

RGB408226-
CMYK0.5100.680.68
HSL105º51.85%21.18%-
HSV(B)105º68.29%32.16%-
XYZ4.086.562.03-
YUV63.06107.09111.55-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 27.03%
GREEN value IS 82 (32.42% from 255) = 55.41%
BLUE value IS 26 (10.55% from 255) = 17.57%
R=27.03%
G=55.41%
B=17.57%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4082260.5100.680.6810551.8521.18
Hex28521A3304444693415
Octal50122326301041041516425
Binary101000101001011010110011010001001000100110100111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28521A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28521A; }

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

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

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

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

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

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

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

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