Shades of Turtle Green #35370C
Tints of Turtle Green #35370C
RGB
CMYK
RGB Variations
Color information
#35370C (or 0x35370C) is known color: Turtle Green. HEX triplet: 35, 37 and 0C. RGB value is (53,55,12). Sum of RGB (Red+Green+Blue) = 53+55+12=120 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.17% from 120); Green value is 55 (21.88% from 255 or 45.83% from 120); Blue value is 12 (5.08% from 255 or 10% from 120); Max value from RGB is 55 - color contains mainly: green. Hex color #35370C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35370C is #CAC8F3. Grayscale: #313131. Windows color (decimal): -13289716 or 800565. OLE color: 800565.
HSL color Cylindrical-coordinate representation of color #35370C: hue angle of 62.79º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35370C is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 53 | 55 | 12 | - |
| CMYK | 0.04 | 0 | 0.78 | 0.78 |
| HSL | 62.79º | 0.64% | 0.13% | - |
| HSV(B) | 62.79º | 0.78% | 0.22% | - |
| XYZ | 2.9 | 3.52 | 0.87 | - |
| YUV | 49.5 | 106.84 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 55 | 12 | 0.04 | 0 | 0.78 | 0.78 | 62.79 | 0.64 | 0.13 |
| Hex | 35 | 37 | C | 4 | 0 | 4E | 4E | 3F | 40 | D |
| Octal | 65 | 67 | 14 | 4 | 0 | 116 | 116 | 77 | 100 | 15 |
| Binary | 110101 | 110111 | 1100 | 100 | 0 | 1001110 | 1001110 | 111111 | 1000000 | 1101 |
Color Harmonies of #35370C
Complementary color
Monochromatic Colors of #35370C
Black with #35370C
Text Example
Text Example
White with #35370C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35370C; }
p { color: rgb(53,55,12); }
H1.HeaderClassName
{
color: #35370C;
}
.AnyTagClassName
{
color: #35370C;
}
</style>
background-color css
<style>
a { background-color: #35370C; }
a { background-color: rgb(53,55,12); }
div.DivClassName
{
background-color: #35370C;
}
.BgClassName
{
background-color: #35370C;
}
</style>
border-color css
<style>
span { border-color: #35370C; }
span { border-color: rgb(53,55,12); }
td.TdClassName
{
border-color: #35370C;
}
.TagClassName
{
border-color: #35370C;
}
</style>