#254235

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

Shades of Burnham #254235

Tints of Burnham #254235

Color information

#254235 (or 0x254235) is unknown color: approx Burnham. HEX triplet: 25, 42 and 35. RGB value is (37,66,53). Sum of RGB (Red+Green+Blue) = 37+66+53=156 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.72% from 156); Green value is 66 (26.17% from 255 or 42.31% from 156); Blue value is 53 (21.09% from 255 or 33.97% from 156); Max value from RGB is 66 - color contains mainly: green. Hex color #254235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254235 is #DABDCA. Grayscale: #373737. Windows color (decimal): -14335435 or 3490341. OLE color: 3490341.

HSL color Cylindrical-coordinate representation of color #254235: hue angle of 153.1º 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 #254235 is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.74.

Color convert

RGB376653-
CMYK0.4400.200.74
HSL153.1º28.16%20.2%-
HSV(B)153.1º43.94%25.88%-
XYZ3.354.554.07-
YUV55.85126.39114.56-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.72%
GREEN value IS 66 (26.17% from 255) = 42.31%
BLUE value IS 53 (21.09% from 255) = 33.97%
R=23.72%
G=42.31%
B=33.97%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3766530.4400.200.74153.128.1620.2
Hex2542352C0144A991c14
Octal4510265540241122313424
Binary10010110000101101011011000101001001010100110011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254235; }

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

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

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

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

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

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

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

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