#274138

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

Shades of Burnham #274138

Tints of Burnham #274138

Color information

#274138 (or 0x274138) is unknown color: approx Burnham. HEX triplet: 27, 41 and 38. RGB value is (39,65,56). Sum of RGB (Red+Green+Blue) = 39+65+56=160 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.38% from 160); Green value is 65 (25.78% from 255 or 40.62% from 160); Blue value is 56 (22.27% from 255 or 35% from 160); Max value from RGB is 65 - color contains mainly: green. Hex color #274138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274138 is #D8BEC7. Grayscale: #383838. Windows color (decimal): -14204616 or 3686695. OLE color: 3686695.

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

Color convert

RGB396556-
CMYK0.4000.140.75
HSL159.23º25%20.39%-
HSV(B)159.23º40%25.49%-
XYZ3.444.54.43-
YUV56.2127.89115.73-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.38%
GREEN value IS 65 (25.78% from 255) = 40.62%
BLUE value IS 56 (22.27% from 255) = 35%
R=24.38%
G=40.62%
B=35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3965560.4000.140.75159.232520.39
Hex274138280E4B9f1914
Octal4710170500161132373124
Binary1001111000001111000101000011101001011100111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274138; }

 p { color: rgb(39,65,56); }

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

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

 a { background-color: rgb(39,65,56); }

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

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

 span { border-color: rgb(39,65,56); }

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