#254C3C

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

Shades of Burnham #254C3C

Tints of Burnham #254C3C

Color information

#254C3C (or 0x254C3C) is unknown color: approx Burnham. HEX triplet: 25, 4C and 3C. RGB value is (37,76,60). Sum of RGB (Red+Green+Blue) = 37+76+60=173 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.39% from 173); Green value is 76 (30.08% from 255 or 43.93% from 173); Blue value is 60 (23.83% from 255 or 34.68% from 173); Max value from RGB is 76 - color contains mainly: green. Hex color #254C3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254C3C is #DAB3C3. Grayscale: #3E3E3E. Windows color (decimal): -14332868 or 3951653. OLE color: 3951653.

HSL color Cylindrical-coordinate representation of color #254C3C: hue angle of 155.38º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #254C3C is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.70.

Color convert

RGB377660-
CMYK0.5100.210.70
HSL155.38º34.51%22.16%-
HSV(B)155.38º51.32%29.8%-
XYZ4.165.895.19-
YUV62.52126.58109.8-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.39%
GREEN value IS 76 (30.08% from 255) = 43.93%
BLUE value IS 60 (23.83% from 255) = 34.68%
R=21.39%
G=43.93%
B=34.68%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3776600.5100.210.70155.3834.5122.16
Hex254C3C33015469b2316
Octal4511474630251062334326
Binary100101100110011110011001101010110001101001101110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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