Shades of Turtle Green #35490F
Tints of Turtle Green #35490F
RGB
CMYK
RGB Variations
Color information
#35490F (or 0x35490F) is known color: Turtle Green. HEX triplet: 35, 49 and 0F. RGB value is (53,73,15). Sum of RGB (Red+Green+Blue) = 53+73+15=141 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.59% from 141); Green value is 73 (28.91% from 255 or 51.77% from 141); Blue value is 15 (6.25% from 255 or 10.64% from 141); Max value from RGB is 73 - color contains mainly: green. Hex color #35490F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35490F is #CAB6F0. Grayscale: #3C3C3C. Windows color (decimal): -13285105 or 1001781. OLE color: 1001781.
HSL color Cylindrical-coordinate representation of color #35490F: hue angle of 80.69º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35490F is Cyan = 0.27, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 73 | 15 | - |
| CMYK | 0.27 | 0 | 0.79 | 0.71 |
| HSL | 80.69º | 0.66% | 0.17% | - |
| HSV(B) | 80.69º | 0.79% | 0.29% | - |
| XYZ | 3.94 | 5.56 | 1.32 | - |
| YUV | 60.41 | 102.37 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 73 | 15 | 0.27 | 0 | 0.79 | 0.71 | 80.69 | 0.66 | 0.17 |
| Hex | 35 | 49 | F | 1B | 0 | 4F | 47 | 51 | 42 | 11 |
| Octal | 65 | 111 | 17 | 33 | 0 | 117 | 107 | 121 | 102 | 21 |
| Binary | 110101 | 1001001 | 1111 | 11011 | 0 | 1001111 | 1000111 | 1010001 | 1000010 | 10001 |
Color Harmonies of #35490F
Complementary color
Monochromatic Colors of #35490F
Black with #35490F
Text Example
Text Example
White with #35490F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35490F; }
p { color: rgb(53,73,15); }
H1.HeaderClassName
{
color: #35490F;
}
.AnyTagClassName
{
color: #35490F;
}
</style>
background-color css
<style>
a { background-color: #35490F; }
a { background-color: rgb(53,73,15); }
div.DivClassName
{
background-color: #35490F;
}
.BgClassName
{
background-color: #35490F;
}
</style>
border-color css
<style>
span { border-color: #35490F; }
span { border-color: rgb(53,73,15); }
td.TdClassName
{
border-color: #35490F;
}
.TagClassName
{
border-color: #35490F;
}
</style>