#253B20

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

Shades of Myrtle #253B20

Tints of Myrtle #253B20

Color information

#253B20 (or 0x253B20) is unknown color: approx Myrtle. HEX triplet: 25, 3B and 20. RGB value is (37,59,32). Sum of RGB (Red+Green+Blue) = 37+59+32=128 (16% of max value = 765). Red value is 37 (14.84% from 255 or 28.91% from 128); Green value is 59 (23.44% from 255 or 46.09% from 128); Blue value is 32 (12.89% from 255 or 25% from 128); Max value from RGB is 59 - color contains mainly: green. Hex color #253B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253B20 is #DAC4DF. Grayscale: #313131. Windows color (decimal): -14337248 or 2112293. OLE color: 2112293.

HSL color Cylindrical-coordinate representation of color #253B20: hue angle of 108.89º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #253B20 is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.77.

Color convert

RGB375932-
CMYK0.3700.460.77
HSL108.89º29.67%17.84%-
HSV(B)108.89º45.76%23.14%-
XYZ2.593.631.93-
YUV49.34118.21119.2-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 28.91%
GREEN value IS 59 (23.44% from 255) = 46.09%
BLUE value IS 32 (12.89% from 255) = 25%
R=28.91%
G=46.09%
B=25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3759320.3700.460.77108.8929.6717.84
Hex253B202502E4D6d1e12
Octal457340450561151553622
Binary1001011110111000001001010101110100110111011011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253B20; }

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

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

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

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

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

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

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

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