Shades of Turtle Green #33380A
Tints of Turtle Green #33380A
RGB
CMYK
RGB Variations
Color information
#33380A (or 0x33380A) is known color: Turtle Green. HEX triplet: 33, 38 and 0A. RGB value is (51,56,10). Sum of RGB (Red+Green+Blue) = 51+56+10=117 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.59% from 117); Green value is 56 (22.27% from 255 or 47.86% from 117); Blue value is 10 (4.30% from 255 or 8.55% from 117); Max value from RGB is 56 - color contains mainly: green. Hex color #33380A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33380A is #CCC7F5. Grayscale: #313131. Windows color (decimal): -13420534 or 669747. OLE color: 669747.
HSL color Cylindrical-coordinate representation of color #33380A: hue angle of 66.52º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #33380A is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 51 | 56 | 10 | - |
| CMYK | 0.09 | 0 | 0.82 | 0.78 |
| HSL | 66.52º | 0.7% | 0.13% | - |
| HSV(B) | 66.52º | 0.82% | 0.22% | - |
| XYZ | 2.83 | 3.55 | 0.82 | - |
| YUV | 49.26 | 105.84 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 56 | 10 | 0.09 | 0 | 0.82 | 0.78 | 66.52 | 0.7 | 0.13 |
| Hex | 33 | 38 | A | 9 | 0 | 52 | 4E | 43 | 46 | D |
| Octal | 63 | 70 | 12 | 11 | 0 | 122 | 116 | 103 | 106 | 15 |
| Binary | 110011 | 111000 | 1010 | 1001 | 0 | 1010010 | 1001110 | 1000011 | 1000110 | 1101 |
Color Harmonies of #33380A
Complementary color
Monochromatic Colors of #33380A
Black with #33380A
Text Example
Text Example
White with #33380A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33380A; }
p { color: rgb(51,56,10); }
H1.HeaderClassName
{
color: #33380A;
}
.AnyTagClassName
{
color: #33380A;
}
</style>
background-color css
<style>
a { background-color: #33380A; }
a { background-color: rgb(51,56,10); }
div.DivClassName
{
background-color: #33380A;
}
.BgClassName
{
background-color: #33380A;
}
</style>
border-color css
<style>
span { border-color: #33380A; }
span { border-color: rgb(51,56,10); }
td.TdClassName
{
border-color: #33380A;
}
.TagClassName
{
border-color: #33380A;
}
</style>