#254035

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

Shades of Burnham #254035

Tints of Burnham #254035

Color information

#254035 (or 0x254035) is unknown color: approx Burnham. HEX triplet: 25, 40 and 35. RGB value is (37,64,53). Sum of RGB (Red+Green+Blue) = 37+64+53=154 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.03% from 154); Green value is 64 (25.39% from 255 or 41.56% from 154); Blue value is 53 (21.09% from 255 or 34.42% from 154); Max value from RGB is 64 - color contains mainly: green. Hex color #254035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254035 is #DABFCA. Grayscale: #363636. Windows color (decimal): -14335947 or 3489829. OLE color: 3489829.

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

Color convert

RGB376453-
CMYK0.4200.170.75
HSL155.56º26.73%19.8%-
HSV(B)155.56º42.19%25.1%-
XYZ3.244.324.03-
YUV54.67127.05115.39-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.03%
GREEN value IS 64 (25.39% from 255) = 41.56%
BLUE value IS 53 (21.09% from 255) = 34.42%
R=24.03%
G=41.56%
B=34.42%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3764530.4200.170.75155.5626.7319.8
Hex2540352A0114B9c1b14
Octal4510065520211132343324
Binary10010110000001101011010100100011001011100111001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254035; }

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

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

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

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

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

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

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

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