#264437

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

Shades of Burnham #264437

Tints of Burnham #264437

Color information

#264437 (or 0x264437) is unknown color: approx Burnham. HEX triplet: 26, 44 and 37. RGB value is (38,68,55). Sum of RGB (Red+Green+Blue) = 38+68+55=161 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.60% from 161); Green value is 68 (26.95% from 255 or 42.24% from 161); Blue value is 55 (21.88% from 255 or 34.16% from 161); Max value from RGB is 68 - color contains mainly: green. Hex color #264437 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264437 is #D9BBC8. Grayscale: #393939. Windows color (decimal): -14269385 or 3621926. OLE color: 3621926.

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

Color convert

RGB386855-
CMYK0.4400.190.73
HSL154º28.3%20.78%-
HSV(B)154º44.12%26.67%-
XYZ3.564.824.36-
YUV57.55126.56114.06-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.60%
GREEN value IS 68 (26.95% from 255) = 42.24%
BLUE value IS 55 (21.88% from 255) = 34.16%
R=23.60%
G=42.24%
B=34.16%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3868550.4400.190.7315428.320.78
Hex2644372C013499a1c15
Octal4610467540231112323425
Binary10011010001001101111011000100111001001100110101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264437; }

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

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

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

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

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

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

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

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