#264539

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

Shades of Burnham #264539

Tints of Burnham #264539

Color information

#264539 (or 0x264539) is unknown color: approx Burnham. HEX triplet: 26, 45 and 39. RGB value is (38,69,57). Sum of RGB (Red+Green+Blue) = 38+69+57=164 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.17% from 164); Green value is 69 (27.34% from 255 or 42.07% from 164); Blue value is 57 (22.66% from 255 or 34.76% from 164); Max value from RGB is 69 - color contains mainly: green. Hex color #264539 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264539 is #D9BAC6. Grayscale: #3A3A3A. Windows color (decimal): -14269127 or 3753254. OLE color: 3753254.

HSL color Cylindrical-coordinate representation of color #264539: hue angle of 156.77º degrees, saturation: 0.29, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #264539 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.73.

Color convert

RGB386957-
CMYK0.4500.170.73
HSL156.77º28.97%20.98%-
HSV(B)156.77º44.93%27.06%-
XYZ3.674.964.64-
YUV58.36127.23113.48-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.17%
GREEN value IS 69 (27.34% from 255) = 42.07%
BLUE value IS 57 (22.66% from 255) = 34.76%
R=23.17%
G=42.07%
B=34.76%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3869570.4500.170.73156.7728.9720.98
Hex2645392D011499d1d15
Octal4610571550211112353525
Binary10011010001011110011011010100011001001100111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264539; }

 p { color: rgb(38,69,57); }

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

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

 a { background-color: rgb(38,69,57); }

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

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

 span { border-color: rgb(38,69,57); }

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