Shades of Turtle Green #333C08
Tints of Turtle Green #333C08
RGB
CMYK
RGB Variations
Color information
#333C08 (or 0x333C08) is known color: Turtle Green. HEX triplet: 33, 3C and 08. RGB value is (51,60,8). Sum of RGB (Red+Green+Blue) = 51+60+8=119 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.86% from 119); Green value is 60 (23.83% from 255 or 50.42% from 119); Blue value is 8 (3.52% from 255 or 6.72% from 119); Max value from RGB is 60 - color contains mainly: green. Hex color #333C08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333C08 is #CCC3F7. Grayscale: #333333. Windows color (decimal): -13419512 or 539699. OLE color: 539699.
HSL color Cylindrical-coordinate representation of color #333C08: hue angle of 70.38º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #333C08 is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 51 | 60 | 8 | - |
| CMYK | 0.15 | 0 | 0.87 | 0.76 |
| HSL | 70.38º | 0.76% | 0.13% | - |
| HSV(B) | 70.38º | 0.87% | 0.24% | - |
| XYZ | 3.02 | 3.95 | 0.83 | - |
| YUV | 51.38 | 103.52 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 60 | 8 | 0.15 | 0 | 0.87 | 0.76 | 70.38 | 0.76 | 0.13 |
| Hex | 33 | 3C | 8 | F | 0 | 57 | 4C | 46 | 4C | D |
| Octal | 63 | 74 | 10 | 17 | 0 | 127 | 114 | 106 | 114 | 15 |
| Binary | 110011 | 111100 | 1000 | 1111 | 0 | 1010111 | 1001100 | 1000110 | 1001100 | 1101 |
Color Harmonies of #333C08
Complementary color
Monochromatic Colors of #333C08
Black with #333C08
Text Example
Text Example
White with #333C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333C08; }
p { color: rgb(51,60,8); }
H1.HeaderClassName
{
color: #333C08;
}
.AnyTagClassName
{
color: #333C08;
}
</style>
background-color css
<style>
a { background-color: #333C08; }
a { background-color: rgb(51,60,8); }
div.DivClassName
{
background-color: #333C08;
}
.BgClassName
{
background-color: #333C08;
}
</style>
border-color css
<style>
span { border-color: #333C08; }
span { border-color: rgb(51,60,8); }
td.TdClassName
{
border-color: #333C08;
}
.TagClassName
{
border-color: #333C08;
}
</style>