#264136

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

Shades of Burnham #264136

Tints of Burnham #264136

Color information

#264136 (or 0x264136) is unknown color: approx Burnham. HEX triplet: 26, 41 and 36. RGB value is (38,65,54). Sum of RGB (Red+Green+Blue) = 38+65+54=157 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.20% from 157); Green value is 65 (25.78% from 255 or 41.40% from 157); Blue value is 54 (21.48% from 255 or 34.39% from 157); Max value from RGB is 65 - color contains mainly: green. Hex color #264136 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264136 is #D9BEC9. Grayscale: #373737. Windows color (decimal): -14270154 or 3555622. OLE color: 3555622.

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

Color convert

RGB386554-
CMYK0.4200.170.75
HSL155.56º26.21%20.2%-
HSV(B)155.56º41.54%25.49%-
XYZ3.364.464.17-
YUV55.67127.05115.39-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.20%
GREEN value IS 65 (25.78% from 255) = 41.40%
BLUE value IS 54 (21.48% from 255) = 34.39%
R=24.20%
G=41.40%
B=34.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3865540.4200.170.75155.5626.2120.2
Hex2641362A0114B9c1a14
Octal4610166520211132343224
Binary10011010000011101101010100100011001011100111001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264136; }

 p { color: rgb(38,65,54); }

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

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

 a { background-color: rgb(38,65,54); }

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

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

 span { border-color: rgb(38,65,54); }

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