Shades of Turtle Green #32370A
Tints of Turtle Green #32370A
RGB
CMYK
RGB Variations
Color information
#32370A (or 0x32370A) is known color: Turtle Green. HEX triplet: 32, 37 and 0A. RGB value is (50,55,10). Sum of RGB (Red+Green+Blue) = 50+55+10=115 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.48% from 115); Green value is 55 (21.88% from 255 or 47.83% from 115); Blue value is 10 (4.30% from 255 or 8.70% from 115); Max value from RGB is 55 - color contains mainly: green. Hex color #32370A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32370A is #CDC8F5. Grayscale: #303030. Windows color (decimal): -13486326 or 669490. OLE color: 669490.
HSL color Cylindrical-coordinate representation of color #32370A: hue angle of 66.67º 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 #32370A is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 50 | 55 | 10 | - |
| CMYK | 0.09 | 0 | 0.82 | 0.78 |
| HSL | 66.67º | 0.69% | 0.13% | - |
| HSV(B) | 66.67º | 0.82% | 0.22% | - |
| XYZ | 2.74 | 3.43 | 0.81 | - |
| YUV | 48.38 | 106.34 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 55 | 10 | 0.09 | 0 | 0.82 | 0.78 | 66.67 | 0.69 | 0.13 |
| Hex | 32 | 37 | A | 9 | 0 | 52 | 4E | 43 | 45 | D |
| Octal | 62 | 67 | 12 | 11 | 0 | 122 | 116 | 103 | 105 | 15 |
| Binary | 110010 | 110111 | 1010 | 1001 | 0 | 1010010 | 1001110 | 1000011 | 1000101 | 1101 |
Color Harmonies of #32370A
Complementary color
Monochromatic Colors of #32370A
Black with #32370A
Text Example
Text Example
White with #32370A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32370A; }
p { color: rgb(50,55,10); }
H1.HeaderClassName
{
color: #32370A;
}
.AnyTagClassName
{
color: #32370A;
}
</style>
background-color css
<style>
a { background-color: #32370A; }
a { background-color: rgb(50,55,10); }
div.DivClassName
{
background-color: #32370A;
}
.BgClassName
{
background-color: #32370A;
}
</style>
border-color css
<style>
span { border-color: #32370A; }
span { border-color: rgb(50,55,10); }
td.TdClassName
{
border-color: #32370A;
}
.TagClassName
{
border-color: #32370A;
}
</style>