#254236

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

Shades of Burnham #254236

Tints of Burnham #254236

Color information

#254236 (or 0x254236) is unknown color: approx Burnham. HEX triplet: 25, 42 and 36. RGB value is (37,66,54). Sum of RGB (Red+Green+Blue) = 37+66+54=157 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.57% from 157); Green value is 66 (26.17% from 255 or 42.04% from 157); Blue value is 54 (21.48% from 255 or 34.39% from 157); Max value from RGB is 66 - color contains mainly: green. Hex color #254236 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254236 is #DABDC9. Grayscale: #373737. Windows color (decimal): -14335434 or 3555877. OLE color: 3555877.

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

Color convert

RGB376654-
CMYK0.4400.180.74
HSL155.17º28.16%20.2%-
HSV(B)155.17º43.94%25.88%-
XYZ3.384.564.19-
YUV55.96126.89114.48-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.57%
GREEN value IS 66 (26.17% from 255) = 42.04%
BLUE value IS 54 (21.48% from 255) = 34.39%
R=23.57%
G=42.04%
B=34.39%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3766540.4400.180.74155.1728.1620.2
Hex2542362C0124A9b1c14
Octal4510266540221122333424
Binary10010110000101101101011000100101001010100110111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254236; }

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

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

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

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

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

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

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

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