Shades of Turtle Green #35370B
Tints of Turtle Green #35370B
RGB
CMYK
RGB Variations
Color information
#35370B (or 0x35370B) is known color: Turtle Green. HEX triplet: 35, 37 and 0B. RGB value is (53,55,11). Sum of RGB (Red+Green+Blue) = 53+55+11=119 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.54% from 119); Green value is 55 (21.88% from 255 or 46.22% from 119); Blue value is 11 (4.69% from 255 or 9.24% from 119); Max value from RGB is 55 - color contains mainly: green. Hex color #35370B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35370B is #CAC8F4. Grayscale: #313131. Windows color (decimal): -13289717 or 735029. OLE color: 735029.
HSL color Cylindrical-coordinate representation of color #35370B: hue angle of 62.73º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #35370B is Cyan = 0.04, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 53 | 55 | 11 | - |
| CMYK | 0.04 | 0 | 0.8 | 0.78 |
| HSL | 62.73º | 0.67% | 0.13% | - |
| HSV(B) | 62.73º | 0.8% | 0.22% | - |
| XYZ | 2.89 | 3.51 | 0.84 | - |
| YUV | 49.39 | 106.34 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 55 | 11 | 0.04 | 0 | 0.8 | 0.78 | 62.73 | 0.67 | 0.13 |
| Hex | 35 | 37 | B | 4 | 0 | 50 | 4E | 3F | 43 | D |
| Octal | 65 | 67 | 13 | 4 | 0 | 120 | 116 | 77 | 103 | 15 |
| Binary | 110101 | 110111 | 1011 | 100 | 0 | 1010000 | 1001110 | 111111 | 1000011 | 1101 |
Color Harmonies of #35370B
Complementary color
Monochromatic Colors of #35370B
Black with #35370B
Text Example
Text Example
White with #35370B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35370B; }
p { color: rgb(53,55,11); }
H1.HeaderClassName
{
color: #35370B;
}
.AnyTagClassName
{
color: #35370B;
}
</style>
background-color css
<style>
a { background-color: #35370B; }
a { background-color: rgb(53,55,11); }
div.DivClassName
{
background-color: #35370B;
}
.BgClassName
{
background-color: #35370B;
}
</style>
border-color css
<style>
span { border-color: #35370B; }
span { border-color: rgb(53,55,11); }
td.TdClassName
{
border-color: #35370B;
}
.TagClassName
{
border-color: #35370B;
}
</style>