Shades of Turtle Green #34530F
Tints of Turtle Green #34530F
RGB
CMYK
RGB Variations
Color information
#34530F (or 0x34530F) is known color: Turtle Green. HEX triplet: 34, 53 and 0F. RGB value is (52,83,15). Sum of RGB (Red+Green+Blue) = 52+83+15=150 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.67% from 150); Green value is 83 (32.81% from 255 or 55.33% from 150); Blue value is 15 (6.25% from 255 or 10% from 150); Max value from RGB is 83 - color contains mainly: green. Hex color #34530F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34530F is #CBACF0. Grayscale: #424242. Windows color (decimal): -13348081 or 1004340. OLE color: 1004340.
HSL color Cylindrical-coordinate representation of color #34530F: hue angle of 87.35º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #34530F is Cyan = 0.37, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 83 | 15 | - |
| CMYK | 0.37 | 0 | 0.82 | 0.67 |
| HSL | 87.35º | 0.69% | 0.19% | - |
| HSV(B) | 87.35º | 0.82% | 0.33% | - |
| XYZ | 4.6 | 6.95 | 1.55 | - |
| YUV | 65.98 | 99.23 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 83 | 15 | 0.37 | 0 | 0.82 | 0.67 | 87.35 | 0.69 | 0.19 |
| Hex | 34 | 53 | F | 25 | 0 | 52 | 43 | 57 | 45 | 13 |
| Octal | 64 | 123 | 17 | 45 | 0 | 122 | 103 | 127 | 105 | 23 |
| Binary | 110100 | 1010011 | 1111 | 100101 | 0 | 1010010 | 1000011 | 1010111 | 1000101 | 10011 |
Color Harmonies of #34530F
Complementary color
Monochromatic Colors of #34530F
Black with #34530F
Text Example
Text Example
White with #34530F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34530F; }
p { color: rgb(52,83,15); }
H1.HeaderClassName
{
color: #34530F;
}
.AnyTagClassName
{
color: #34530F;
}
</style>
background-color css
<style>
a { background-color: #34530F; }
a { background-color: rgb(52,83,15); }
div.DivClassName
{
background-color: #34530F;
}
.BgClassName
{
background-color: #34530F;
}
</style>
border-color css
<style>
span { border-color: #34530F; }
span { border-color: rgb(52,83,15); }
td.TdClassName
{
border-color: #34530F;
}
.TagClassName
{
border-color: #34530F;
}
</style>