#264238

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

Shades of Burnham #264238

Tints of Burnham #264238

Color information

#264238 (or 0x264238) is unknown color: approx Burnham. HEX triplet: 26, 42 and 38. RGB value is (38,66,56). Sum of RGB (Red+Green+Blue) = 38+66+56=160 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.75% from 160); Green value is 66 (26.17% from 255 or 41.25% from 160); Blue value is 56 (22.27% from 255 or 35% from 160); Max value from RGB is 66 - color contains mainly: green. Hex color #264238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264238 is #D9BDC7. Grayscale: #383838. Windows color (decimal): -14269896 or 3686950. OLE color: 3686950.

HSL color Cylindrical-coordinate representation of color #264238: hue angle of 158.57º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #264238 is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.74.

Color convert

RGB386656-
CMYK0.4200.150.74
HSL158.57º26.92%20.39%-
HSV(B)158.57º42.42%25.88%-
XYZ3.464.594.45-
YUV56.49127.72114.81-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.75%
GREEN value IS 66 (26.17% from 255) = 41.25%
BLUE value IS 56 (22.27% from 255) = 35%
R=23.75%
G=41.25%
B=35%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3866560.4200.150.74158.5726.9220.39
Hex2642382A0F4A9f1b14
Octal4610270520171122373324
Binary1001101000010111000101010011111001010100111111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264238; }

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

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

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

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

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

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

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

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