Shades of Bottle Green #264A3A
Tints of Bottle Green #264A3A
RGB
CMYK
RGB Variations
Color information
#264A3A (or 0x264A3A) is known color: Bottle Green. HEX triplet: 26, 4A and 3A. RGB value is (38,74,58). Sum of RGB (Red+Green+Blue) = 38+74+58=170 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.35% from 170); Green value is 74 (29.30% from 255 or 43.53% from 170); Blue value is 58 (23.05% from 255 or 34.12% from 170); Max value from RGB is 74 - color contains mainly: green. Hex color #264A3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264A3A is #D9B5C5. Grayscale: #3D3D3D. Windows color (decimal): -14267846 or 3820070. OLE color: 3820070.
HSL color Cylindrical-coordinate representation of color #264A3A: hue angle of 153.33º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #264A3A is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 38 | 74 | 58 | - |
| CMYK | 0.49 | 0 | 0.22 | 0.71 |
| HSL | 153.33º | 0.32% | 0.22% | - |
| HSV(B) | 153.33º | 0.49% | 0.29% | - |
| XYZ | 4.01 | 5.62 | 4.88 | - |
| YUV | 61.41 | 126.07 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 74 | 58 | 0.49 | 0 | 0.22 | 0.71 | 153.33 | 0.32 | 0.22 |
| Hex | 26 | 4A | 3A | 31 | 0 | 16 | 47 | 99 | 20 | 16 |
| Octal | 46 | 112 | 72 | 61 | 0 | 26 | 107 | 231 | 40 | 26 |
| Binary | 100110 | 1001010 | 111010 | 110001 | 0 | 10110 | 1000111 | 10011001 | 100000 | 10110 |
Color Harmonies of #264A3A
Complementary color
Monochromatic Colors of #264A3A
Black with #264A3A
Text Example
Text Example
White with #264A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264A3A; }
p { color: rgb(38,74,58); }
H1.HeaderClassName
{
color: #264A3A;
}
.AnyTagClassName
{
color: #264A3A;
}
</style>
background-color css
<style>
a { background-color: #264A3A; }
a { background-color: rgb(38,74,58); }
div.DivClassName
{
background-color: #264A3A;
}
.BgClassName
{
background-color: #264A3A;
}
</style>
border-color css
<style>
span { border-color: #264A3A; }
span { border-color: rgb(38,74,58); }
td.TdClassName
{
border-color: #264A3A;
}
.TagClassName
{
border-color: #264A3A;
}
</style>