Shades of Turtle Green #36370F
Tints of Turtle Green #36370F
RGB
CMYK
RGB Variations
Color information
#36370F (or 0x36370F) is known color: Turtle Green. HEX triplet: 36, 37 and 0F. RGB value is (54,55,15). Sum of RGB (Red+Green+Blue) = 54+55+15=124 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.55% from 124); Green value is 55 (21.88% from 255 or 44.35% from 124); Blue value is 15 (6.25% from 255 or 12.10% from 124); Max value from RGB is 55 - color contains mainly: green. Hex color #36370F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36370F is #C9C8F0. Grayscale: #323232. Windows color (decimal): -13224177 or 997174. OLE color: 997174.
HSL color Cylindrical-coordinate representation of color #36370F: hue angle of 61.5º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36370F is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 54 | 55 | 15 | - |
| CMYK | 0.02 | 0 | 0.73 | 0.78 |
| HSL | 61.5º | 0.57% | 0.14% | - |
| HSV(B) | 61.5º | 0.73% | 0.22% | - |
| XYZ | 2.97 | 3.55 | 0.98 | - |
| YUV | 50.14 | 108.17 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 55 | 15 | 0.02 | 0 | 0.73 | 0.78 | 61.5 | 0.57 | 0.14 |
| Hex | 36 | 37 | F | 2 | 0 | 49 | 4E | 3E | 39 | E |
| Octal | 66 | 67 | 17 | 2 | 0 | 111 | 116 | 76 | 71 | 16 |
| Binary | 110110 | 110111 | 1111 | 10 | 0 | 1001001 | 1001110 | 111110 | 111001 | 1110 |
Color Harmonies of #36370F
Complementary color
Monochromatic Colors of #36370F
Black with #36370F
Text Example
Text Example
White with #36370F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36370F; }
p { color: rgb(54,55,15); }
H1.HeaderClassName
{
color: #36370F;
}
.AnyTagClassName
{
color: #36370F;
}
</style>
background-color css
<style>
a { background-color: #36370F; }
a { background-color: rgb(54,55,15); }
div.DivClassName
{
background-color: #36370F;
}
.BgClassName
{
background-color: #36370F;
}
</style>
border-color css
<style>
span { border-color: #36370F; }
span { border-color: rgb(54,55,15); }
td.TdClassName
{
border-color: #36370F;
}
.TagClassName
{
border-color: #36370F;
}
</style>