#264431

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

Shades of Everglade #264431

Tints of Everglade #264431

Color information

#264431 (or 0x264431) is unknown color: approx Everglade. HEX triplet: 26, 44 and 31. RGB value is (38,68,49). Sum of RGB (Red+Green+Blue) = 38+68+49=155 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.52% from 155); Green value is 68 (26.95% from 255 or 43.87% from 155); Blue value is 49 (19.53% from 255 or 31.61% from 155); Max value from RGB is 68 - color contains mainly: green. Hex color #264431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264431 is #D9BBCE. Grayscale: #383838. Windows color (decimal): -14269391 or 3228710. OLE color: 3228710.

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

Color convert

RGB386849-
CMYK0.4400.280.73
HSL142º28.3%20.78%-
HSV(B)142º44.12%26.67%-
XYZ3.424.773.65-
YUV56.86123.56114.54-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.52%
GREEN value IS 68 (26.95% from 255) = 43.87%
BLUE value IS 49 (19.53% from 255) = 31.61%
R=24.52%
G=43.87%
B=31.61%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3868490.4400.280.7314228.320.78
Hex2644312C01C498e1c15
Octal4610461540341112163425
Binary10011010001001100011011000111001001001100011101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264431; }

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

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

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

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

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

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

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

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