#254036

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

Shades of Burnham #254036

Tints of Burnham #254036

Color information

#254036 (or 0x254036) is unknown color: approx Burnham. HEX triplet: 25, 40 and 36. RGB value is (37,64,54). Sum of RGB (Red+Green+Blue) = 37+64+54=155 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.87% from 155); Green value is 64 (25.39% from 255 or 41.29% from 155); Blue value is 54 (21.48% from 255 or 34.84% from 155); Max value from RGB is 64 - color contains mainly: green. Hex color #254036 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254036 is #DABFC9. Grayscale: #363636. Windows color (decimal): -14335946 or 3555365. OLE color: 3555365.

HSL color Cylindrical-coordinate representation of color #254036: hue angle of 157.78º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #254036 is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.75.

Color convert

RGB376454-
CMYK0.4200.160.75
HSL157.78º26.73%19.8%-
HSV(B)157.78º42.19%25.1%-
XYZ3.264.334.15-
YUV54.79127.55115.31-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.87%
GREEN value IS 64 (25.39% from 255) = 41.29%
BLUE value IS 54 (21.48% from 255) = 34.84%
R=23.87%
G=41.29%
B=34.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3764540.4200.160.75157.7826.7319.8
Hex2540362A0104B9e1b14
Octal4510066520201132363324
Binary10010110000001101101010100100001001011100111101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254036; }

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

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

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

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

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

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

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

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