Shades of Turtle Green #36370A
Tints of Turtle Green #36370A
RGB
CMYK
RGB Variations
Color information
#36370A (or 0x36370A) is known color: Turtle Green. HEX triplet: 36, 37 and 0A. RGB value is (54,55,10). Sum of RGB (Red+Green+Blue) = 54+55+10=119 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.38% from 119); Green value is 55 (21.88% from 255 or 46.22% from 119); Blue value is 10 (4.30% from 255 or 8.40% from 119); Max value from RGB is 55 - color contains mainly: green. Hex color #36370A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36370A is #C9C8F5. Grayscale: #313131. Windows color (decimal): -13224182 or 669494. OLE color: 669494.
HSL color Cylindrical-coordinate representation of color #36370A: hue angle of 61.33º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #36370A is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 54 | 55 | 10 | - |
| CMYK | 0.02 | 0 | 0.82 | 0.78 |
| HSL | 61.33º | 0.69% | 0.13% | - |
| HSV(B) | 61.33º | 0.82% | 0.22% | - |
| XYZ | 2.94 | 3.54 | 0.82 | - |
| YUV | 49.57 | 105.67 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 55 | 10 | 0.02 | 0 | 0.82 | 0.78 | 61.33 | 0.69 | 0.13 |
| Hex | 36 | 37 | A | 2 | 0 | 52 | 4E | 3D | 45 | D |
| Octal | 66 | 67 | 12 | 2 | 0 | 122 | 116 | 75 | 105 | 15 |
| Binary | 110110 | 110111 | 1010 | 10 | 0 | 1010010 | 1001110 | 111101 | 1000101 | 1101 |
Color Harmonies of #36370A
Complementary color
Monochromatic Colors of #36370A
Black with #36370A
Text Example
Text Example
White with #36370A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36370A; }
p { color: rgb(54,55,10); }
H1.HeaderClassName
{
color: #36370A;
}
.AnyTagClassName
{
color: #36370A;
}
</style>
background-color css
<style>
a { background-color: #36370A; }
a { background-color: rgb(54,55,10); }
div.DivClassName
{
background-color: #36370A;
}
.BgClassName
{
background-color: #36370A;
}
</style>
border-color css
<style>
span { border-color: #36370A; }
span { border-color: rgb(54,55,10); }
td.TdClassName
{
border-color: #36370A;
}
.TagClassName
{
border-color: #36370A;
}
</style>