#254135

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

Shades of Burnham #254135

Tints of Burnham #254135

Color information

#254135 (or 0x254135) is unknown color: approx Burnham. HEX triplet: 25, 41 and 35. RGB value is (37,65,53). Sum of RGB (Red+Green+Blue) = 37+65+53=155 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.87% from 155); Green value is 65 (25.78% from 255 or 41.94% from 155); Blue value is 53 (21.09% from 255 or 34.19% from 155); Max value from RGB is 65 - color contains mainly: green. Hex color #254135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254135 is #DABECA. Grayscale: #373737. Windows color (decimal): -14335691 or 3490085. OLE color: 3490085.

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

Color convert

RGB376553-
CMYK0.4300.180.75
HSL154.29º27.45%20%-
HSV(B)154.29º43.08%25.49%-
XYZ3.34.434.05-
YUV55.26126.72114.98-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.87%
GREEN value IS 65 (25.78% from 255) = 41.94%
BLUE value IS 53 (21.09% from 255) = 34.19%
R=23.87%
G=41.94%
B=34.19%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3765530.4300.180.75154.2927.4520
Hex2541352B0124B9a1b14
Octal4510165530221132323324
Binary10010110000011101011010110100101001011100110101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254135; }

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

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

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

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

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

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

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

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