Html Css Color HEX #253E35 Burnham

📋 copy color: '#253E35'

red 37 ◦ green 62 ◦ blue 53

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

Shades of Burnham #253E35

Tints of Burnham #253E35

RGB

 RED value IS 37 (14.84% from 255) = 24.34%

 GREEN value IS 62 (24.61% from 255) = 40.79%

 BLUE value IS 53 (21.09% from 255) = 34.87%

R = 24.34%
G = 40.79%
B = 34.87%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.15

 K value IS 0.76

RGB Variations

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

Color information

#253E35 (or 0x253E35) is known color: Burnham. HEX triplet: 25, 3E and 35. RGB value is (37,62,53). Sum of RGB (Red+Green+Blue) = 37+62+53=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 62 (24.61% from 255 or 40.79% from 152); Blue value is 53 (21.09% from 255 or 34.87% from 152); Max value from RGB is 62 - color contains mainly: green. Hex color #253E35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253E35 is #DAC1CA. Grayscale: #353535. Windows color (decimal): -14336459 or 3489317. OLE color: 3489317.

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

Color convert

RGB 37 62 53 -
CMYK 0.40 0 0.15 0.76
HSL 158.4º 0.25% 0.19% -
HSV(B) 158.4º 0.4% 0.24% -
XYZ 3.13 4.1 3.99 -
YUV 53.5 127.72 116.23 -
System Red Green Blue C M Y K H S L
Decimal 37 62 53 0.40 0 0.15 0.76 158.4 0.25 0.19
Hex 25 3E 35 28 0 F 4C 9E 19 13
Octal 45 76 65 50 0 17 114 236 31 23
Binary 100101 111110 110101 101000 0 1111 1001100 10011110 11001 10011

Color Harmonies of #253E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253E35

Black with #253E35

Text Example


Text Example

White with #253E35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #253E35;
 }
 .AnyTagClassName
 {
   color: #253E35;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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