#264638

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

Shades of Burnham #264638

Tints of Burnham #264638

Color information

#264638 (or 0x264638) is unknown color: approx Burnham. HEX triplet: 26, 46 and 38. RGB value is (38,70,56). Sum of RGB (Red+Green+Blue) = 38+70+56=164 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.17% from 164); Green value is 70 (27.73% from 255 or 42.68% from 164); Blue value is 56 (22.27% from 255 or 34.15% from 164); Max value from RGB is 70 - color contains mainly: green. Hex color #264638 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264638 is #D9B9C7. Grayscale: #3A3A3A. Windows color (decimal): -14268872 or 3687974. OLE color: 3687974.

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

Color convert

RGB387056-
CMYK0.4600.200.73
HSL153.75º29.63%21.18%-
HSV(B)153.75º45.71%27.45%-
XYZ3.75.084.53-
YUV58.84126.4113.14-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.17%
GREEN value IS 70 (27.73% from 255) = 42.68%
BLUE value IS 56 (22.27% from 255) = 34.15%
R=23.17%
G=42.68%
B=34.15%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3870560.4600.200.73153.7529.6321.18
Hex2646382E014499a1e15
Octal4610670560241112323625
Binary10011010001101110001011100101001001001100110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264638; }

 p { color: rgb(38,70,56); }

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

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

 a { background-color: rgb(38,70,56); }

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

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

 span { border-color: rgb(38,70,56); }

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