#264438

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

Shades of Burnham #264438

Tints of Burnham #264438

Color information

#264438 (or 0x264438) is unknown color: approx Burnham. HEX triplet: 26, 44 and 38. RGB value is (38,68,56). Sum of RGB (Red+Green+Blue) = 38+68+56=162 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.46% from 162); Green value is 68 (26.95% from 255 or 41.98% from 162); Blue value is 56 (22.27% from 255 or 34.57% from 162); Max value from RGB is 68 - color contains mainly: green. Hex color #264438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264438 is #D9BBC7. Grayscale: #393939. Windows color (decimal): -14269384 or 3687462. OLE color: 3687462.

HSL color Cylindrical-coordinate representation of color #264438: hue angle of 156º 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 #264438 is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.73.

Color convert

RGB386856-
CMYK0.4400.180.73
HSL156º28.3%20.78%-
HSV(B)156º44.12%26.67%-
XYZ3.584.834.49-
YUV57.66127.06113.98-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.46%
GREEN value IS 68 (26.95% from 255) = 41.98%
BLUE value IS 56 (22.27% from 255) = 34.57%
R=23.46%
G=41.98%
B=34.57%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3868560.4400.180.7315628.320.78
Hex2644382C012499c1c15
Octal4610470540221112343425
Binary10011010001001110001011000100101001001100111001110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264438; }

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

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

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

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

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

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

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

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