#274639

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

Shades of Burnham #274639

Tints of Burnham #274639

Color information

#274639 (or 0x274639) is unknown color: approx Burnham. HEX triplet: 27, 46 and 39. RGB value is (39,70,57). Sum of RGB (Red+Green+Blue) = 39+70+57=166 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.49% from 166); Green value is 70 (27.73% from 255 or 42.17% from 166); Blue value is 57 (22.66% from 255 or 34.34% from 166); Max value from RGB is 70 - color contains mainly: green. Hex color #274639 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274639 is #D8B9C6. Grayscale: #3B3B3B. Windows color (decimal): -14203335 or 3753511. OLE color: 3753511.

HSL color Cylindrical-coordinate representation of color #274639: hue angle of 154.84º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #274639 is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.73.

Color convert

RGB397057-
CMYK0.4400.190.73
HSL154.84º28.44%21.37%-
HSV(B)154.84º44.29%27.45%-
XYZ3.775.114.66-
YUV59.25126.73113.56-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.49%
GREEN value IS 70 (27.73% from 255) = 42.17%
BLUE value IS 57 (22.66% from 255) = 34.34%
R=23.49%
G=42.17%
B=34.34%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3970570.4400.190.73154.8428.4421.37
Hex2746392C013499b1c15
Octal4710671540231112333425
Binary10011110001101110011011000100111001001100110111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274639; }

 p { color: rgb(39,70,57); }

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

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

 a { background-color: rgb(39,70,57); }

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

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

 span { border-color: rgb(39,70,57); }

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