Shades of Turtle Green #344103
Tints of Turtle Green #344103
RGB
CMYK
RGB Variations
Color information
#344103 (or 0x344103) is known color: Turtle Green. HEX triplet: 34, 41 and 03. RGB value is (52,65,3). Sum of RGB (Red+Green+Blue) = 52+65+3=120 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.33% from 120); Green value is 65 (25.78% from 255 or 54.17% from 120); Blue value is 3 (1.56% from 255 or 2.5% from 120); Max value from RGB is 65 - color contains mainly: green. Hex color #344103 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344103 is #CBBEFC. Grayscale: #363636. Windows color (decimal): -13352701 or 213300. OLE color: 213300.
HSL color Cylindrical-coordinate representation of color #344103: hue angle of 72.58º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #344103 is Cyan = 0.20, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 65 | 3 | - |
| CMYK | 0.20 | 0 | 0.95 | 0.75 |
| HSL | 72.58º | 0.91% | 0.13% | - |
| HSV(B) | 72.58º | 0.95% | 0.25% | - |
| XYZ | 3.32 | 4.52 | 0.78 | - |
| YUV | 54.05 | 99.19 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 65 | 3 | 0.20 | 0 | 0.95 | 0.75 | 72.58 | 0.91 | 0.13 |
| Hex | 34 | 41 | 3 | 14 | 0 | 5F | 4B | 49 | 5B | D |
| Octal | 64 | 101 | 3 | 24 | 0 | 137 | 113 | 111 | 133 | 15 |
| Binary | 110100 | 1000001 | 11 | 10100 | 0 | 1011111 | 1001011 | 1001001 | 1011011 | 1101 |
Color Harmonies of #344103
Complementary color
Monochromatic Colors of #344103
Black with #344103
Text Example
Text Example
White with #344103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344103; }
p { color: rgb(52,65,3); }
H1.HeaderClassName
{
color: #344103;
}
.AnyTagClassName
{
color: #344103;
}
</style>
background-color css
<style>
a { background-color: #344103; }
a { background-color: rgb(52,65,3); }
div.DivClassName
{
background-color: #344103;
}
.BgClassName
{
background-color: #344103;
}
</style>
border-color css
<style>
span { border-color: #344103; }
span { border-color: rgb(52,65,3); }
td.TdClassName
{
border-color: #344103;
}
.TagClassName
{
border-color: #344103;
}
</style>