Shades of Turtle Green #36440B
Tints of Turtle Green #36440B
RGB
CMYK
RGB Variations
Color information
#36440B (or 0x36440B) is known color: Turtle Green. HEX triplet: 36, 44 and 0B. RGB value is (54,68,11). Sum of RGB (Red+Green+Blue) = 54+68+11=133 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.60% from 133); Green value is 68 (26.95% from 255 or 51.13% from 133); Blue value is 11 (4.69% from 255 or 8.27% from 133); Max value from RGB is 68 - color contains mainly: green. Hex color #36440B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36440B is #C9BBF4. Grayscale: #393939. Windows color (decimal): -13220853 or 738358. OLE color: 738358.
HSL color Cylindrical-coordinate representation of color #36440B: hue angle of 74.74º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #36440B is Cyan = 0.21, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 54 | 68 | 11 | - |
| CMYK | 0.21 | 0 | 0.84 | 0.73 |
| HSL | 74.74º | 0.72% | 0.15% | - |
| HSV(B) | 74.74º | 0.84% | 0.27% | - |
| XYZ | 3.65 | 4.94 | 1.08 | - |
| YUV | 57.32 | 101.86 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 68 | 11 | 0.21 | 0 | 0.84 | 0.73 | 74.74 | 0.72 | 0.15 |
| Hex | 36 | 44 | B | 15 | 0 | 54 | 49 | 4B | 48 | F |
| Octal | 66 | 104 | 13 | 25 | 0 | 124 | 111 | 113 | 110 | 17 |
| Binary | 110110 | 1000100 | 1011 | 10101 | 0 | 1010100 | 1001001 | 1001011 | 1001000 | 1111 |
Color Harmonies of #36440B
Complementary color
Monochromatic Colors of #36440B
Black with #36440B
Text Example
Text Example
White with #36440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36440B; }
p { color: rgb(54,68,11); }
H1.HeaderClassName
{
color: #36440B;
}
.AnyTagClassName
{
color: #36440B;
}
</style>
background-color css
<style>
a { background-color: #36440B; }
a { background-color: rgb(54,68,11); }
div.DivClassName
{
background-color: #36440B;
}
.BgClassName
{
background-color: #36440B;
}
</style>
border-color css
<style>
span { border-color: #36440B; }
span { border-color: rgb(54,68,11); }
td.TdClassName
{
border-color: #36440B;
}
.TagClassName
{
border-color: #36440B;
}
</style>