Html Css Color HEX #253D36 Burnham

📋 copy color: '#253D36'

red 37 ◦ green 61 ◦ blue 54

#253D36
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnham #253D36

Tints of Burnham #253D36

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 value IS 0.39

 M value IS 0

 Y value IS 0.11

 K value IS 0.76

RGB Variations

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

Color information

#253D36 (or 0x253D36) is known color: 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

RGB 37 61 54 -
CMYK 0.39 0 0.11 0.76
HSL 162.5º 0.24% 0.19% -
HSV(B) 162.5º 0.39% 0.24% -
XYZ 3.1 4 4.1 -
YUV 53.03 128.55 116.57 -
System Red Green Blue C M Y K H S L
Decimal 37 61 54 0.39 0 0.11 0.76 162.5 0.24 0.19
Hex 25 3D 36 27 0 B 4C A2 18 13
Octal 45 75 66 47 0 13 114 242 30 23
Binary 100101 111101 110110 100111 0 1011 1001100 10100010 11000 10011

Color Harmonies of #253D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253D36

Black with #253D36

Text Example


Text Example

White with #253D36

Text Example


Text Example

HTML Codes & Css Web 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>