#254237

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

Shades of Burnham #254237

Tints of Burnham #254237

Color information

#254237 (or 0x254237) is unknown color: approx Burnham. HEX triplet: 25, 42 and 37. RGB value is (37,66,55). Sum of RGB (Red+Green+Blue) = 37+66+55=158 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.42% from 158); Green value is 66 (26.17% from 255 or 41.77% from 158); Blue value is 55 (21.88% from 255 or 34.81% from 158); Max value from RGB is 66 - color contains mainly: green. Hex color #254237 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254237 is #DABDC8. Grayscale: #383838. Windows color (decimal): -14335433 or 3621413. OLE color: 3621413.

HSL color Cylindrical-coordinate representation of color #254237: hue angle of 157.24º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #254237 is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.74.

Color convert

RGB376655-
CMYK0.4400.170.74
HSL157.24º28.16%20.2%-
HSV(B)157.24º43.94%25.88%-
XYZ3.44.574.32-
YUV56.08127.39114.39-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.42%
GREEN value IS 66 (26.17% from 255) = 41.77%
BLUE value IS 55 (21.88% from 255) = 34.81%
R=23.42%
G=41.77%
B=34.81%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3766550.4400.170.74157.2428.1620.2
Hex2542372C0114A9d1c14
Octal4510267540211122353424
Binary10010110000101101111011000100011001010100111011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254237; }

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

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

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

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

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

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

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

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