#254037

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

Shades of Burnham #254037

Tints of Burnham #254037

Color information

#254037 (or 0x254037) is unknown color: approx Burnham. HEX triplet: 25, 40 and 37. RGB value is (37,64,55). Sum of RGB (Red+Green+Blue) = 37+64+55=156 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.72% from 156); Green value is 64 (25.39% from 255 or 41.03% from 156); Blue value is 55 (21.88% from 255 or 35.26% from 156); Max value from RGB is 64 - color contains mainly: green. Hex color #254037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254037 is #DABFC8. Grayscale: #363636. Windows color (decimal): -14335945 or 3620901. OLE color: 3620901.

HSL color Cylindrical-coordinate representation of color #254037: hue angle of 160º 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 #254037 is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB376455-
CMYK0.4200.140.75
HSL160º26.73%19.8%-
HSV(B)160º42.19%25.1%-
XYZ3.294.344.28-
YUV54.9128.05115.23-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.72%
GREEN value IS 64 (25.39% from 255) = 41.03%
BLUE value IS 55 (21.88% from 255) = 35.26%
R=23.72%
G=41.03%
B=35.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3764550.4200.140.7516026.7319.8
Hex2540372A0E4Ba01b14
Octal4510067520161132403324
Binary1001011000000110111101010011101001011101000001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254037; }

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

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

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

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

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

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

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

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