#264036

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

Shades of Burnham #264036

Tints of Burnham #264036

Color information

#264036 (or 0x264036) is unknown color: approx Burnham. HEX triplet: 26, 40 and 36. RGB value is (38,64,54). Sum of RGB (Red+Green+Blue) = 38+64+54=156 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.36% from 156); Green value is 64 (25.39% from 255 or 41.03% from 156); Blue value is 54 (21.48% from 255 or 34.62% from 156); Max value from RGB is 64 - color contains mainly: green. Hex color #264036 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264036 is #D9BFC9. Grayscale: #373737. Windows color (decimal): -14270410 or 3555366. OLE color: 3555366.

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

Color convert

RGB386454-
CMYK0.4100.160.75
HSL156.92º25.49%20%-
HSV(B)156.92º40.62%25.1%-
XYZ3.34.354.15-
YUV55.09127.39115.81-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.36%
GREEN value IS 64 (25.39% from 255) = 41.03%
BLUE value IS 54 (21.48% from 255) = 34.62%
R=24.36%
G=41.03%
B=34.62%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3864540.4100.160.75156.9225.4920
Hex264036290104B9d1914
Octal4610066510201132353124
Binary10011010000001101101010010100001001011100111011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264036; }

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

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

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

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

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

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

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

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