#264934

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

Shades of Everglade #264934

Tints of Everglade #264934

Color information

#264934 (or 0x264934) is unknown color: approx Everglade. HEX triplet: 26, 49 and 34. RGB value is (38,73,52). Sum of RGB (Red+Green+Blue) = 38+73+52=163 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.31% from 163); Green value is 73 (28.91% from 255 or 44.79% from 163); Blue value is 52 (20.70% from 255 or 31.90% from 163); Max value from RGB is 73 - color contains mainly: green. Hex color #264934 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264934 is #D9B6CB. Grayscale: #3C3C3C. Windows color (decimal): -14268108 or 3426598. OLE color: 3426598.

HSL color Cylindrical-coordinate representation of color #264934: hue angle of 144º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #264934 is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.71.

Color convert

RGB387352-
CMYK0.4800.290.71
HSL144º31.53%21.76%-
HSV(B)144º47.95%28.63%-
XYZ3.85.434.1-
YUV60.14123.4112.21-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.31%
GREEN value IS 73 (28.91% from 255) = 44.79%
BLUE value IS 52 (20.70% from 255) = 31.90%
R=23.31%
G=44.79%
B=31.90%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3873520.4800.290.7114431.5321.76
Hex2649343001D47902016
Octal4611164600351072204026
Binary100110100100111010011000001110110001111001000010000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264934; }

 p { color: rgb(38,73,52); }

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

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

 a { background-color: rgb(38,73,52); }

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

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

 span { border-color: rgb(38,73,52); }

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