#274238

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

Shades of Burnham #274238

Tints of Burnham #274238

Color information

#274238 (or 0x274238) is unknown color: approx Burnham. HEX triplet: 27, 42 and 38. RGB value is (39,66,56). Sum of RGB (Red+Green+Blue) = 39+66+56=161 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.22% from 161); Green value is 66 (26.17% from 255 or 40.99% from 161); Blue value is 56 (22.27% from 255 or 34.78% from 161); Max value from RGB is 66 - color contains mainly: green. Hex color #274238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274238 is #D8BDC7. Grayscale: #383838. Windows color (decimal): -14204360 or 3686951. OLE color: 3686951.

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

Color convert

RGB396656-
CMYK0.4100.150.74
HSL157.78º25.71%20.59%-
HSV(B)157.78º40.91%25.88%-
XYZ3.54.614.45-
YUV56.79127.55115.31-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.22%
GREEN value IS 66 (26.17% from 255) = 40.99%
BLUE value IS 56 (22.27% from 255) = 34.78%
R=24.22%
G=40.99%
B=34.78%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3966560.4100.150.74157.7825.7120.59
Hex274238290F4A9e1a15
Octal4710270510171122363225
Binary1001111000010111000101001011111001010100111101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274238; }

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

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

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

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

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

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

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

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