Shades of Turtle Green #35380C
Tints of Turtle Green #35380C
RGB
CMYK
RGB Variations
Color information
#35380C (or 0x35380C) is known color: Turtle Green. HEX triplet: 35, 38 and 0C. RGB value is (53,56,12). Sum of RGB (Red+Green+Blue) = 53+56+12=121 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.80% from 121); Green value is 56 (22.27% from 255 or 46.28% from 121); Blue value is 12 (5.08% from 255 or 9.92% from 121); Max value from RGB is 56 - color contains mainly: green. Hex color #35380C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35380C is #CAC7F3. Grayscale: #323232. Windows color (decimal): -13289460 or 800821. OLE color: 800821.
HSL color Cylindrical-coordinate representation of color #35380C: hue angle of 64.09º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35380C is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 53 | 56 | 12 | - |
| CMYK | 0.05 | 0 | 0.79 | 0.78 |
| HSL | 64.09º | 0.65% | 0.13% | - |
| HSV(B) | 64.09º | 0.79% | 0.22% | - |
| XYZ | 2.95 | 3.61 | 0.89 | - |
| YUV | 50.09 | 106.51 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 56 | 12 | 0.05 | 0 | 0.79 | 0.78 | 64.09 | 0.65 | 0.13 |
| Hex | 35 | 38 | C | 5 | 0 | 4F | 4E | 40 | 41 | D |
| Octal | 65 | 70 | 14 | 5 | 0 | 117 | 116 | 100 | 101 | 15 |
| Binary | 110101 | 111000 | 1100 | 101 | 0 | 1001111 | 1001110 | 1000000 | 1000001 | 1101 |
Color Harmonies of #35380C
Complementary color
Monochromatic Colors of #35380C
Black with #35380C
Text Example
Text Example
White with #35380C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35380C; }
p { color: rgb(53,56,12); }
H1.HeaderClassName
{
color: #35380C;
}
.AnyTagClassName
{
color: #35380C;
}
</style>
background-color css
<style>
a { background-color: #35380C; }
a { background-color: rgb(53,56,12); }
div.DivClassName
{
background-color: #35380C;
}
.BgClassName
{
background-color: #35380C;
}
</style>
border-color css
<style>
span { border-color: #35380C; }
span { border-color: rgb(53,56,12); }
td.TdClassName
{
border-color: #35380C;
}
.TagClassName
{
border-color: #35380C;
}
</style>