Shades of Turtle Green #383803
Tints of Turtle Green #383803
RGB
CMYK
RGB Variations
Color information
#383803 (or 0x383803) is known color: Turtle Green. HEX triplet: 38, 38 and 03. RGB value is (56,56,3). Sum of RGB (Red+Green+Blue) = 56+56+3=115 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.70% from 115); Green value is 56 (22.27% from 255 or 48.70% from 115); Blue value is 3 (1.56% from 255 or 2.61% from 115); Max value from RGB is 56 - color contains mainly: red, green. Hex color #383803 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383803 is #C7C7FC. Grayscale: #323232. Windows color (decimal): -13092861 or 211000. OLE color: 211000.
HSL color Cylindrical-coordinate representation of color #383803: hue angle of 60º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #383803 is Cyan = 0, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 56 | 3 | - |
| CMYK | 0 | 0 | 0.95 | 0.78 |
| HSL | 60º | 0.9% | 0.12% | - |
| HSV(B) | 60º | 0.95% | 0.22% | - |
| XYZ | 3.06 | 3.68 | 0.63 | - |
| YUV | 49.96 | 101.5 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 56 | 3 | 0 | 0 | 0.95 | 0.78 | 60 | 0.9 | 0.12 |
| Hex | 38 | 38 | 3 | 0 | 0 | 5F | 4E | 3C | 5A | C |
| Octal | 70 | 70 | 3 | 0 | 0 | 137 | 116 | 74 | 132 | 14 |
| Binary | 111000 | 111000 | 11 | 0 | 0 | 1011111 | 1001110 | 111100 | 1011010 | 1100 |
Color Harmonies of #383803
Complementary color
Monochromatic Colors of #383803
Black with #383803
Text Example
Text Example
White with #383803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383803; }
p { color: rgb(56,56,3); }
H1.HeaderClassName
{
color: #383803;
}
.AnyTagClassName
{
color: #383803;
}
</style>
background-color css
<style>
a { background-color: #383803; }
a { background-color: rgb(56,56,3); }
div.DivClassName
{
background-color: #383803;
}
.BgClassName
{
background-color: #383803;
}
</style>
border-color css
<style>
span { border-color: #383803; }
span { border-color: rgb(56,56,3); }
td.TdClassName
{
border-color: #383803;
}
.TagClassName
{
border-color: #383803;
}
</style>