#254B3C

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

Shades of Burnham #254B3C

Tints of Burnham #254B3C

Color information

#254B3C (or 0x254B3C) is unknown color: approx Burnham. HEX triplet: 25, 4B and 3C. RGB value is (37,75,60). Sum of RGB (Red+Green+Blue) = 37+75+60=172 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.51% from 172); Green value is 75 (29.69% from 255 or 43.60% from 172); Blue value is 60 (23.83% from 255 or 34.88% from 172); Max value from RGB is 75 - color contains mainly: green. Hex color #254B3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254B3C is #DAB4C3. Grayscale: #3D3D3D. Windows color (decimal): -14333124 or 3951397. OLE color: 3951397.

HSL color Cylindrical-coordinate representation of color #254B3C: hue angle of 156.32º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #254B3C is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.71.

Color convert

RGB377560-
CMYK0.5100.200.71
HSL156.32º33.93%21.96%-
HSV(B)156.32º50.67%29.41%-
XYZ4.095.755.17-
YUV61.93126.91110.22-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.51%
GREEN value IS 75 (29.69% from 255) = 43.60%
BLUE value IS 60 (23.83% from 255) = 34.88%
R=21.51%
G=43.60%
B=34.88%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3775600.5100.200.71156.3233.9321.96
Hex254B3C33014479c2216
Octal4511374630241072344226
Binary100101100101111110011001101010010001111001110010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254B3C; }

 p { color: rgb(37,75,60); }

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

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

 a { background-color: rgb(37,75,60); }

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

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

 span { border-color: rgb(37,75,60); }

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