Shades of Turtle Green #35370A
Tints of Turtle Green #35370A
RGB
CMYK
RGB Variations
Color information
#35370A (or 0x35370A) is known color: Turtle Green. HEX triplet: 35, 37 and 0A. RGB value is (53,55,10). Sum of RGB (Red+Green+Blue) = 53+55+10=118 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.92% from 118); Green value is 55 (21.88% from 255 or 46.61% from 118); Blue value is 10 (4.30% from 255 or 8.47% from 118); Max value from RGB is 55 - color contains mainly: green. Hex color #35370A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35370A is #CAC8F5. Grayscale: #313131. Windows color (decimal): -13289718 or 669493. OLE color: 669493.
HSL color Cylindrical-coordinate representation of color #35370A: hue angle of 62.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 #35370A is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 53 | 55 | 10 | - |
| CMYK | 0.04 | 0 | 0.82 | 0.78 |
| HSL | 62.67º | 0.69% | 0.13% | - |
| HSV(B) | 62.67º | 0.82% | 0.22% | - |
| XYZ | 2.89 | 3.51 | 0.81 | - |
| YUV | 49.27 | 105.84 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 55 | 10 | 0.04 | 0 | 0.82 | 0.78 | 62.67 | 0.69 | 0.13 |
| Hex | 35 | 37 | A | 4 | 0 | 52 | 4E | 3F | 45 | D |
| Octal | 65 | 67 | 12 | 4 | 0 | 122 | 116 | 77 | 105 | 15 |
| Binary | 110101 | 110111 | 1010 | 100 | 0 | 1010010 | 1001110 | 111111 | 1000101 | 1101 |
Color Harmonies of #35370A
Complementary color
Monochromatic Colors of #35370A
Black with #35370A
Text Example
Text Example
White with #35370A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35370A; }
p { color: rgb(53,55,10); }
H1.HeaderClassName
{
color: #35370A;
}
.AnyTagClassName
{
color: #35370A;
}
</style>
background-color css
<style>
a { background-color: #35370A; }
a { background-color: rgb(53,55,10); }
div.DivClassName
{
background-color: #35370A;
}
.BgClassName
{
background-color: #35370A;
}
</style>
border-color css
<style>
span { border-color: #35370A; }
span { border-color: rgb(53,55,10); }
td.TdClassName
{
border-color: #35370A;
}
.TagClassName
{
border-color: #35370A;
}
</style>