#254139

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

Shades of Burnham #254139

Tints of Burnham #254139

Color information

#254139 (or 0x254139) is unknown color: approx Burnham. HEX triplet: 25, 41 and 39. RGB value is (37,65,57). Sum of RGB (Red+Green+Blue) = 37+65+57=159 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.27% from 159); Green value is 65 (25.78% from 255 or 40.88% from 159); Blue value is 57 (22.66% from 255 or 35.85% from 159); Max value from RGB is 65 - color contains mainly: green. Hex color #254139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254139 is #DABEC6. Grayscale: #373737. Windows color (decimal): -14335687 or 3752229. OLE color: 3752229.

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

Color convert

RGB376557-
CMYK0.4300.120.75
HSL162.86º27.45%20%-
HSV(B)162.86º43.08%25.49%-
XYZ3.394.474.55-
YUV55.72128.72114.65-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.27%
GREEN value IS 65 (25.78% from 255) = 40.88%
BLUE value IS 57 (22.66% from 255) = 35.85%
R=23.27%
G=40.88%
B=35.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3765570.4300.120.75162.8627.4520
Hex2541392B0C4Ba31b14
Octal4510171530141132433324
Binary1001011000001111001101011011001001011101000111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254139; }

 p { color: rgb(37,65,57); }

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

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

 a { background-color: rgb(37,65,57); }

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

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

 span { border-color: rgb(37,65,57); }

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