#253525

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

Shades of Myrtle #253525

Tints of Myrtle #253525

Color information

#253525 (or 0x253525) is unknown color: approx Myrtle. HEX triplet: 25, 35 and 25. RGB value is (37,53,37). Sum of RGB (Red+Green+Blue) = 37+53+37=127 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.13% from 127); Green value is 53 (21.09% from 255 or 41.73% from 127); Blue value is 37 (14.84% from 255 or 29.13% from 127); Max value from RGB is 53 - color contains mainly: green. Hex color #253525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253525 is #DACADA. Grayscale: #2E2E2E. Windows color (decimal): -14338779 or 2438437. OLE color: 2438437.

HSL color Cylindrical-coordinate representation of color #253525: hue angle of 120º degrees, saturation: 0.18, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #253525 is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.79.

Color convert

RGB375337-
CMYK0.3000.300.79
HSL120º17.78%17.65%-
HSV(B)120º30.19%20.78%-
XYZ2.373.072.22-
YUV46.39122.7121.3-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 29.13%
GREEN value IS 53 (21.09% from 255) = 41.73%
BLUE value IS 37 (14.84% from 255) = 29.13%
R=29.13%
G=41.73%
B=29.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3753370.3000.300.7912017.7817.65
Hex2535251E01E4F781212
Octal456545360361171702222
Binary10010111010110010111110011110100111111110001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253525; }

 p { color: rgb(37,53,37); }

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

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

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

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

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

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

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