Shades of Everglade #264334
Tints of Everglade #264334
RGB
CMYK
RGB Variations
Color information
#264334 (or 0x264334) is known color: Everglade. HEX triplet: 26, 43 and 34. RGB value is (38,67,52). Sum of RGB (Red+Green+Blue) = 38+67+52=157 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.20% from 157); Green value is 67 (26.56% from 255 or 42.68% from 157); Blue value is 52 (20.70% from 255 or 33.12% from 157); Max value from RGB is 67 - color contains mainly: green. Hex color #264334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264334 is #D9BCCB. Grayscale: #383838. Windows color (decimal): -14269644 or 3425062. OLE color: 3425062.
HSL color Cylindrical-coordinate representation of color #264334: hue angle of 148.97º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #264334 is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 38 | 67 | 52 | - |
| CMYK | 0.43 | 0 | 0.22 | 0.74 |
| HSL | 148.97º | 0.28% | 0.21% | - |
| HSV(B) | 148.97º | 0.43% | 0.26% | - |
| XYZ | 3.43 | 4.67 | 3.97 | - |
| YUV | 56.62 | 125.39 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 67 | 52 | 0.43 | 0 | 0.22 | 0.74 | 148.97 | 0.28 | 0.21 |
| Hex | 26 | 43 | 34 | 2B | 0 | 16 | 4A | 95 | 1C | 15 |
| Octal | 46 | 103 | 64 | 53 | 0 | 26 | 112 | 225 | 34 | 25 |
| Binary | 100110 | 1000011 | 110100 | 101011 | 0 | 10110 | 1001010 | 10010101 | 11100 | 10101 |
Color Harmonies of #264334
Complementary color
Monochromatic Colors of #264334
Black with #264334
Text Example
Text Example
White with #264334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264334; }
p { color: rgb(38,67,52); }
H1.HeaderClassName
{
color: #264334;
}
.AnyTagClassName
{
color: #264334;
}
</style>
background-color css
<style>
a { background-color: #264334; }
a { background-color: rgb(38,67,52); }
div.DivClassName
{
background-color: #264334;
}
.BgClassName
{
background-color: #264334;
}
</style>
border-color css
<style>
span { border-color: #264334; }
span { border-color: rgb(38,67,52); }
td.TdClassName
{
border-color: #264334;
}
.TagClassName
{
border-color: #264334;
}
</style>