#264037

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

Shades of Burnham #264037

Tints of Burnham #264037

Color information

#264037 (or 0x264037) is unknown color: approx Burnham. HEX triplet: 26, 40 and 37. RGB value is (38,64,55). Sum of RGB (Red+Green+Blue) = 38+64+55=157 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.20% from 157); Green value is 64 (25.39% from 255 or 40.76% from 157); Blue value is 55 (21.88% from 255 or 35.03% from 157); Max value from RGB is 64 - color contains mainly: green. Hex color #264037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264037 is #D9BFC8. Grayscale: #373737. Windows color (decimal): -14270409 or 3620902. OLE color: 3620902.

HSL color Cylindrical-coordinate representation of color #264037: 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.41%. Process color model (Four color, CMYK) of #264037 is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB386455-
CMYK0.4100.140.75
HSL159.23º25.49%20%-
HSV(B)159.23º40.62%25.1%-
XYZ3.324.354.28-
YUV55.2127.89115.73-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.20%
GREEN value IS 64 (25.39% from 255) = 40.76%
BLUE value IS 55 (21.88% from 255) = 35.03%
R=24.20%
G=40.76%
B=35.03%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3864550.4100.140.75159.2325.4920
Hex264037290E4B9f1914
Octal4610067510161132373124
Binary1001101000000110111101001011101001011100111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264037; }

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

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

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

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

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

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

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

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