#274037

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

Shades of Burnham #274037

Tints of Burnham #274037

Color information

#274037 (or 0x274037) is unknown color: approx Burnham. HEX triplet: 27, 40 and 37. RGB value is (39,64,55). Sum of RGB (Red+Green+Blue) = 39+64+55=158 (20% of max value = 765). Red value is 39 (15.62% from 255 or 24.68% from 158); Green value is 64 (25.39% from 255 or 40.51% from 158); Blue value is 55 (21.88% from 255 or 34.81% from 158); Max value from RGB is 64 - color contains mainly: green. Hex color #274037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274037 is #D8BFC8. Grayscale: #373737. Windows color (decimal): -14204873 or 3620903. OLE color: 3620903.

HSL color Cylindrical-coordinate representation of color #274037: hue angle of 158.4º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #274037 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB396455-
CMYK0.3900.140.75
HSL158.4º24.27%20.2%-
HSV(B)158.4º39.06%25.1%-
XYZ3.364.374.28-
YUV55.5127.72116.23-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.68%
GREEN value IS 64 (25.39% from 255) = 40.51%
BLUE value IS 55 (21.88% from 255) = 34.81%
R=24.68%
G=40.51%
B=34.81%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3964550.3900.140.75158.424.2720.2
Hex274037270E4B9e1814
Octal4710067470161132363024
Binary1001111000000110111100111011101001011100111101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274037; }

 p { color: rgb(39,64,55); }

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

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

 a { background-color: rgb(39,64,55); }

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

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

 span { border-color: rgb(39,64,55); }

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