Shades of Turtle Green #35360C
Tints of Turtle Green #35360C
RGB
CMYK
RGB Variations
Color information
#35360C (or 0x35360C) is known color: Turtle Green. HEX triplet: 35, 36 and 0C. RGB value is (53,54,12). Sum of RGB (Red+Green+Blue) = 53+54+12=119 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.54% from 119); Green value is 54 (21.48% from 255 or 45.38% from 119); Blue value is 12 (5.08% from 255 or 10.08% from 119); Max value from RGB is 54 - color contains mainly: green. Hex color #35360C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35360C is #CAC9F3. Grayscale: #313131. Windows color (decimal): -13289972 or 800309. OLE color: 800309.
HSL color Cylindrical-coordinate representation of color #35360C: hue angle of 61.43º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35360C is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 54 | 12 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.79 |
| HSL | 61.43º | 0.64% | 0.13% | - |
| HSV(B) | 61.43º | 0.78% | 0.21% | - |
| XYZ | 2.85 | 3.42 | 0.86 | - |
| YUV | 48.91 | 107.17 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 54 | 12 | 0.02 | 0 | 0.78 | 0.79 | 61.43 | 0.64 | 0.13 |
| Hex | 35 | 36 | C | 2 | 0 | 4E | 4F | 3D | 40 | D |
| Octal | 65 | 66 | 14 | 2 | 0 | 116 | 117 | 75 | 100 | 15 |
| Binary | 110101 | 110110 | 1100 | 10 | 0 | 1001110 | 1001111 | 111101 | 1000000 | 1101 |
Color Harmonies of #35360C
Complementary color
Monochromatic Colors of #35360C
Black with #35360C
Text Example
Text Example
White with #35360C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35360C; }
p { color: rgb(53,54,12); }
H1.HeaderClassName
{
color: #35360C;
}
.AnyTagClassName
{
color: #35360C;
}
</style>
background-color css
<style>
a { background-color: #35360C; }
a { background-color: rgb(53,54,12); }
div.DivClassName
{
background-color: #35360C;
}
.BgClassName
{
background-color: #35360C;
}
</style>
border-color css
<style>
span { border-color: #35360C; }
span { border-color: rgb(53,54,12); }
td.TdClassName
{
border-color: #35360C;
}
.TagClassName
{
border-color: #35360C;
}
</style>