#264038

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

Shades of Burnham #264038

Tints of Burnham #264038

Color information

#264038 (or 0x264038) is unknown color: approx Burnham. HEX triplet: 26, 40 and 38. RGB value is (38,64,56). Sum of RGB (Red+Green+Blue) = 38+64+56=158 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.05% from 158); Green value is 64 (25.39% from 255 or 40.51% from 158); Blue value is 56 (22.27% from 255 or 35.44% from 158); Max value from RGB is 64 - color contains mainly: green. Hex color #264038 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264038 is #D9BFC7. Grayscale: #373737. Windows color (decimal): -14270408 or 3686438. OLE color: 3686438.

HSL color Cylindrical-coordinate representation of color #264038: hue angle of 161.54º 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 #264038 is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.75.

Color convert

RGB386456-
CMYK0.4100.130.75
HSL161.54º25.49%20%-
HSV(B)161.54º40.62%25.1%-
XYZ3.354.364.41-
YUV55.31128.39115.65-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.05%
GREEN value IS 64 (25.39% from 255) = 40.51%
BLUE value IS 56 (22.27% from 255) = 35.44%
R=24.05%
G=40.51%
B=35.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3864560.4100.130.75161.5425.4920
Hex264038290D4Ba21914
Octal4610070510151132423124
Binary1001101000000111000101001011011001011101000101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264038; }

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

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

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

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

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

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

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

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