Shades of Turtle Green #36380B
Tints of Turtle Green #36380B
RGB
CMYK
RGB Variations
Color information
#36380B (or 0x36380B) is known color: Turtle Green. HEX triplet: 36, 38 and 0B. RGB value is (54,56,11). Sum of RGB (Red+Green+Blue) = 54+56+11=121 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.63% from 121); Green value is 56 (22.27% from 255 or 46.28% from 121); Blue value is 11 (4.69% from 255 or 9.09% from 121); Max value from RGB is 56 - color contains mainly: green. Hex color #36380B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36380B is #C9C7F4. Grayscale: #323232. Windows color (decimal): -13223925 or 735286. OLE color: 735286.
HSL color Cylindrical-coordinate representation of color #36380B: hue angle of 62.67º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #36380B is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 54 | 56 | 11 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.78 |
| HSL | 62.67º | 0.67% | 0.13% | - |
| HSV(B) | 62.67º | 0.8% | 0.22% | - |
| XYZ | 3 | 3.64 | 0.86 | - |
| YUV | 50.27 | 105.84 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 56 | 11 | 0.04 | 0 | 0.80 | 0.78 | 62.67 | 0.67 | 0.13 |
| Hex | 36 | 38 | B | 4 | 0 | 50 | 4E | 3F | 43 | D |
| Octal | 66 | 70 | 13 | 4 | 0 | 120 | 116 | 77 | 103 | 15 |
| Binary | 110110 | 111000 | 1011 | 100 | 0 | 1010000 | 1001110 | 111111 | 1000011 | 1101 |
Color Harmonies of #36380B
Complementary color
Monochromatic Colors of #36380B
Black with #36380B
Text Example
Text Example
White with #36380B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36380B; }
p { color: rgb(54,56,11); }
H1.HeaderClassName
{
color: #36380B;
}
.AnyTagClassName
{
color: #36380B;
}
</style>
background-color css
<style>
a { background-color: #36380B; }
a { background-color: rgb(54,56,11); }
div.DivClassName
{
background-color: #36380B;
}
.BgClassName
{
background-color: #36380B;
}
</style>
border-color css
<style>
span { border-color: #36380B; }
span { border-color: rgb(54,56,11); }
td.TdClassName
{
border-color: #36380B;
}
.TagClassName
{
border-color: #36380B;
}
</style>