#253D36

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

Shades of Burnham #253D36

Tints of Burnham #253D36

Color information

#253D36 (or 0x253D36) is unknown color: approx Burnham. HEX triplet: 25, 3D and 36. RGB value is (37,61,54). Sum of RGB (Red+Green+Blue) = 37+61+54=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 61 (24.22% from 255 or 40.13% from 152); Blue value is 54 (21.48% from 255 or 35.53% from 152); Max value from RGB is 61 - color contains mainly: green. Hex color #253D36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253D36 is #DAC2C9. Grayscale: #353535. Windows color (decimal): -14336714 or 3554597. OLE color: 3554597.

HSL color Cylindrical-coordinate representation of color #253D36: hue angle of 162.5º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #253D36 is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.76.

Color convert

RGB376154-
CMYK0.3900.110.76
HSL162.5º24.49%19.22%-
HSV(B)162.5º39.34%23.92%-
XYZ3.144.1-
YUV53.03128.55116.57-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.34%
GREEN value IS 61 (24.22% from 255) = 40.13%
BLUE value IS 54 (21.48% from 255) = 35.53%
R=24.34%
G=40.13%
B=35.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3761540.3900.110.76162.524.4919.22
Hex253D36270B4Ca21813
Octal457566470131142423023
Binary100101111101110110100111010111001100101000101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,61,54); }

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

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

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

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

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

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

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