Shades of Turtle Green #384B05
Tints of Turtle Green #384B05
RGB
CMYK
RGB Variations
Color information
#384B05 (or 0x384B05) is known color: Turtle Green. HEX triplet: 38, 4B and 05. RGB value is (56,75,5). Sum of RGB (Red+Green+Blue) = 56+75+5=136 (18% of max value = 765). Red value is 56 (22.27% from 255 or 41.18% from 136); Green value is 75 (29.69% from 255 or 55.15% from 136); Blue value is 5 (2.34% from 255 or 3.68% from 136); Max value from RGB is 75 - color contains mainly: green. Hex color #384B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384B05 is #C7B4FA. Grayscale: #3D3D3D. Windows color (decimal): -13087995 or 346936. OLE color: 346936.
HSL color Cylindrical-coordinate representation of color #384B05: hue angle of 76.29º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #384B05 is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.71.
Color convert
RGB | 56 | 75 | 5 | - |
CMYK | 0.25 | 0 | 0.93 | 0.71 |
HSL | 76.29º | 0.88% | 0.16% | - |
HSV(B) | 76.29º | 0.93% | 0.29% | - |
XYZ | 4.17 | 5.88 | 1.06 | - |
YUV | 61.34 | 96.21 | 124.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 56 | 75 | 5 | 0.25 | 0 | 0.93 | 0.71 | 76.29 | 0.88 | 0.16 |
Hex | 38 | 4B | 5 | 19 | 0 | 5D | 47 | 4C | 58 | 10 |
Octal | 70 | 113 | 5 | 31 | 0 | 135 | 107 | 114 | 130 | 20 |
Binary | 111000 | 1001011 | 101 | 11001 | 0 | 1011101 | 1000111 | 1001100 | 1011000 | 10000 |
Color Harmonies of #384B05
Complementary color
Monochromatic Colors of #384B05
Black with #384B05
Text Example
Text Example
White with #384B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384B05; }
p { color: rgb(56,75,5); }
H1.HeaderClassName
{
color: #384B05;
}
.AnyTagClassName
{
color: #384B05;
}
</style>
background-color css
<style>
a { background-color: #384B05; }
a { background-color: rgb(56,75,5); }
div.DivClassName
{
background-color: #384B05;
}
.BgClassName
{
background-color: #384B05;
}
</style>
border-color css
<style>
span { border-color: #384B05; }
span { border-color: rgb(56,75,5); }
td.TdClassName
{
border-color: #384B05;
}
.TagClassName
{
border-color: #384B05;
}
</style>