Shades of Turtle Green #37450C
Tints of Turtle Green #37450C
RGB
CMYK
RGB Variations
Color information
#37450C (or 0x37450C) is known color: Turtle Green. HEX triplet: 37, 45 and 0C. RGB value is (55,69,12). Sum of RGB (Red+Green+Blue) = 55+69+12=136 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.44% from 136); Green value is 69 (27.34% from 255 or 50.74% from 136); Blue value is 12 (5.08% from 255 or 8.82% from 136); Max value from RGB is 69 - color contains mainly: green. Hex color #37450C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37450C is #C8BAF3. Grayscale: #3A3A3A. Windows color (decimal): -13155060 or 804151. OLE color: 804151.
HSL color Cylindrical-coordinate representation of color #37450C: hue angle of 74.74º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #37450C is Cyan = 0.20, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 55 | 69 | 12 | - |
| CMYK | 0.20 | 0 | 0.83 | 0.73 |
| HSL | 74.74º | 0.7% | 0.16% | - |
| HSV(B) | 74.74º | 0.83% | 0.27% | - |
| XYZ | 3.77 | 5.1 | 1.13 | - |
| YUV | 58.32 | 101.86 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 69 | 12 | 0.20 | 0 | 0.83 | 0.73 | 74.74 | 0.7 | 0.16 |
| Hex | 37 | 45 | C | 14 | 0 | 53 | 49 | 4B | 46 | 10 |
| Octal | 67 | 105 | 14 | 24 | 0 | 123 | 111 | 113 | 106 | 20 |
| Binary | 110111 | 1000101 | 1100 | 10100 | 0 | 1010011 | 1001001 | 1001011 | 1000110 | 10000 |
Color Harmonies of #37450C
Complementary color
Monochromatic Colors of #37450C
Black with #37450C
Text Example
Text Example
White with #37450C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37450C; }
p { color: rgb(55,69,12); }
H1.HeaderClassName
{
color: #37450C;
}
.AnyTagClassName
{
color: #37450C;
}
</style>
background-color css
<style>
a { background-color: #37450C; }
a { background-color: rgb(55,69,12); }
div.DivClassName
{
background-color: #37450C;
}
.BgClassName
{
background-color: #37450C;
}
</style>
border-color css
<style>
span { border-color: #37450C; }
span { border-color: rgb(55,69,12); }
td.TdClassName
{
border-color: #37450C;
}
.TagClassName
{
border-color: #37450C;
}
</style>