#253A20

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

Shades of Myrtle #253A20

Tints of Myrtle #253A20

Color information

#253A20 (or 0x253A20) is unknown color: approx Myrtle. HEX triplet: 25, 3A and 20. RGB value is (37,58,32). Sum of RGB (Red+Green+Blue) = 37+58+32=127 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.13% from 127); Green value is 58 (23.05% from 255 or 45.67% from 127); Blue value is 32 (12.89% from 255 or 25.20% from 127); Max value from RGB is 58 - color contains mainly: green. Hex color #253A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253A20 is #DAC5DF. Grayscale: #303030. Windows color (decimal): -14337504 or 2112037. OLE color: 2112037.

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

Color convert

RGB375832-
CMYK0.3600.450.77
HSL108.46º28.89%17.65%-
HSV(B)108.46º44.83%22.75%-
XYZ2.543.521.91-
YUV48.76118.54119.61-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 29.13%
GREEN value IS 58 (23.05% from 255) = 45.67%
BLUE value IS 32 (12.89% from 255) = 25.20%
R=29.13%
G=45.67%
B=25.20%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3758320.3600.450.77108.4628.8917.65
Hex253A202402D4D6c1d12
Octal457240440551151543522
Binary1001011110101000001001000101101100110111011001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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