#274337

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

Shades of Burnham #274337

Tints of Burnham #274337

Color information

#274337 (or 0x274337) is unknown color: approx Burnham. HEX triplet: 27, 43 and 37. RGB value is (39,67,55). Sum of RGB (Red+Green+Blue) = 39+67+55=161 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.22% from 161); Green value is 67 (26.56% from 255 or 41.61% from 161); Blue value is 55 (21.88% from 255 or 34.16% from 161); Max value from RGB is 67 - color contains mainly: green. Hex color #274337 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274337 is #D8BCC8. Grayscale: #393939. Windows color (decimal): -14204105 or 3621671. OLE color: 3621671.

HSL color Cylindrical-coordinate representation of color #274337: hue angle of 154.29º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #274337 is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.74.

Color convert

RGB396755-
CMYK0.4200.180.74
HSL154.29º26.42%20.78%-
HSV(B)154.29º41.79%26.27%-
XYZ3.534.724.34-
YUV57.26126.72114.98-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.22%
GREEN value IS 67 (26.56% from 255) = 41.61%
BLUE value IS 55 (21.88% from 255) = 34.16%
R=24.22%
G=41.61%
B=34.16%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3967550.4200.180.74154.2926.4220.78
Hex2743372A0124A9a1a15
Octal4710367520221122323225
Binary10011110000111101111010100100101001010100110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274337; }

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

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

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

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

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

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

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

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