Shades of Turtle Green #35380F
Tints of Turtle Green #35380F
RGB
CMYK
RGB Variations
Color information
#35380F (or 0x35380F) is known color: Turtle Green. HEX triplet: 35, 38 and 0F. RGB value is (53,56,15). Sum of RGB (Red+Green+Blue) = 53+56+15=124 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.74% from 124); Green value is 56 (22.27% from 255 or 45.16% from 124); Blue value is 15 (6.25% from 255 or 12.10% from 124); Max value from RGB is 56 - color contains mainly: green. Hex color #35380F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35380F is #CAC7F0. Grayscale: #323232. Windows color (decimal): -13289457 or 997429. OLE color: 997429.
HSL color Cylindrical-coordinate representation of color #35380F: hue angle of 64.39º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35380F is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 53 | 56 | 15 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.78 |
| HSL | 64.39º | 0.58% | 0.14% | - |
| HSV(B) | 64.39º | 0.73% | 0.22% | - |
| XYZ | 2.97 | 3.62 | 0.99 | - |
| YUV | 50.43 | 108.01 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 56 | 15 | 0.05 | 0 | 0.73 | 0.78 | 64.39 | 0.58 | 0.14 |
| Hex | 35 | 38 | F | 5 | 0 | 49 | 4E | 40 | 3A | E |
| Octal | 65 | 70 | 17 | 5 | 0 | 111 | 116 | 100 | 72 | 16 |
| Binary | 110101 | 111000 | 1111 | 101 | 0 | 1001001 | 1001110 | 1000000 | 111010 | 1110 |
Color Harmonies of #35380F
Complementary color
Monochromatic Colors of #35380F
Black with #35380F
Text Example
Text Example
White with #35380F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35380F; }
p { color: rgb(53,56,15); }
H1.HeaderClassName
{
color: #35380F;
}
.AnyTagClassName
{
color: #35380F;
}
</style>
background-color css
<style>
a { background-color: #35380F; }
a { background-color: rgb(53,56,15); }
div.DivClassName
{
background-color: #35380F;
}
.BgClassName
{
background-color: #35380F;
}
</style>
border-color css
<style>
span { border-color: #35380F; }
span { border-color: rgb(53,56,15); }
td.TdClassName
{
border-color: #35380F;
}
.TagClassName
{
border-color: #35380F;
}
</style>