Shades of Turtle Green #34430F
Tints of Turtle Green #34430F
RGB
CMYK
RGB Variations
Color information
#34430F (or 0x34430F) is known color: Turtle Green. HEX triplet: 34, 43 and 0F. RGB value is (52,67,15). Sum of RGB (Red+Green+Blue) = 52+67+15=134 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.81% from 134); Green value is 67 (26.56% from 255 or 50% from 134); Blue value is 15 (6.25% from 255 or 11.19% from 134); Max value from RGB is 67 - color contains mainly: green. Hex color #34430F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34430F is #CBBCF0. Grayscale: #383838. Windows color (decimal): -13352177 or 1000244. OLE color: 1000244.
HSL color Cylindrical-coordinate representation of color #34430F: hue angle of 77.31º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34430F is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 52 | 67 | 15 | - |
| CMYK | 0.22 | 0 | 0.78 | 0.74 |
| HSL | 77.31º | 0.63% | 0.16% | - |
| HSV(B) | 77.31º | 0.78% | 0.26% | - |
| XYZ | 3.51 | 4.78 | 1.19 | - |
| YUV | 56.59 | 104.53 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 67 | 15 | 0.22 | 0 | 0.78 | 0.74 | 77.31 | 0.63 | 0.16 |
| Hex | 34 | 43 | F | 16 | 0 | 4E | 4A | 4D | 3F | 10 |
| Octal | 64 | 103 | 17 | 26 | 0 | 116 | 112 | 115 | 77 | 20 |
| Binary | 110100 | 1000011 | 1111 | 10110 | 0 | 1001110 | 1001010 | 1001101 | 111111 | 10000 |
Color Harmonies of #34430F
Complementary color
Monochromatic Colors of #34430F
Black with #34430F
Text Example
Text Example
White with #34430F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34430F; }
p { color: rgb(52,67,15); }
H1.HeaderClassName
{
color: #34430F;
}
.AnyTagClassName
{
color: #34430F;
}
</style>
background-color css
<style>
a { background-color: #34430F; }
a { background-color: rgb(52,67,15); }
div.DivClassName
{
background-color: #34430F;
}
.BgClassName
{
background-color: #34430F;
}
</style>
border-color css
<style>
span { border-color: #34430F; }
span { border-color: rgb(52,67,15); }
td.TdClassName
{
border-color: #34430F;
}
.TagClassName
{
border-color: #34430F;
}
</style>