Shades of Turtle Green #334103
Tints of Turtle Green #334103
RGB
CMYK
RGB Variations
Color information
#334103 (or 0x334103) is known color: Turtle Green. HEX triplet: 33, 41 and 03. RGB value is (51,65,3). Sum of RGB (Red+Green+Blue) = 51+65+3=119 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.86% from 119); Green value is 65 (25.78% from 255 or 54.62% from 119); Blue value is 3 (1.56% from 255 or 2.52% from 119); Max value from RGB is 65 - color contains mainly: green. Hex color #334103 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334103 is #CCBEFC. Grayscale: #353535. Windows color (decimal): -13418237 or 213299. OLE color: 213299.
HSL color Cylindrical-coordinate representation of color #334103: hue angle of 73.55º 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 #334103 is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 65 | 3 | - |
| CMYK | 0.22 | 0 | 0.95 | 0.75 |
| HSL | 73.55º | 0.91% | 0.13% | - |
| HSV(B) | 73.55º | 0.95% | 0.25% | - |
| XYZ | 3.27 | 4.49 | 0.78 | - |
| YUV | 53.75 | 99.36 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 65 | 3 | 0.22 | 0 | 0.95 | 0.75 | 73.55 | 0.91 | 0.13 |
| Hex | 33 | 41 | 3 | 16 | 0 | 5F | 4B | 4A | 5B | D |
| Octal | 63 | 101 | 3 | 26 | 0 | 137 | 113 | 112 | 133 | 15 |
| Binary | 110011 | 1000001 | 11 | 10110 | 0 | 1011111 | 1001011 | 1001010 | 1011011 | 1101 |
Color Harmonies of #334103
Complementary color
Monochromatic Colors of #334103
Black with #334103
Text Example
Text Example
White with #334103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334103; }
p { color: rgb(51,65,3); }
H1.HeaderClassName
{
color: #334103;
}
.AnyTagClassName
{
color: #334103;
}
</style>
background-color css
<style>
a { background-color: #334103; }
a { background-color: rgb(51,65,3); }
div.DivClassName
{
background-color: #334103;
}
.BgClassName
{
background-color: #334103;
}
</style>
border-color css
<style>
span { border-color: #334103; }
span { border-color: rgb(51,65,3); }
td.TdClassName
{
border-color: #334103;
}
.TagClassName
{
border-color: #334103;
}
</style>