Shades of Turtle Green #38420B
Tints of Turtle Green #38420B
RGB
CMYK
RGB Variations
Color information
#38420B (or 0x38420B) is known color: Turtle Green. HEX triplet: 38, 42 and 0B. RGB value is (56,66,11). Sum of RGB (Red+Green+Blue) = 56+66+11=133 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.11% from 133); Green value is 66 (26.17% from 255 or 49.62% from 133); Blue value is 11 (4.69% from 255 or 8.27% from 133); Max value from RGB is 66 - color contains mainly: green. Hex color #38420B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38420B is #C7BDF4. Grayscale: #383838. Windows color (decimal): -13090293 or 737848. OLE color: 737848.
HSL color Cylindrical-coordinate representation of color #38420B: hue angle of 70.91º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #38420B is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 56 | 66 | 11 | - |
| CMYK | 0.15 | 0 | 0.83 | 0.74 |
| HSL | 70.91º | 0.71% | 0.15% | - |
| HSV(B) | 70.91º | 0.83% | 0.26% | - |
| XYZ | 3.64 | 4.76 | 1.04 | - |
| YUV | 56.74 | 102.19 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 66 | 11 | 0.15 | 0 | 0.83 | 0.74 | 70.91 | 0.71 | 0.15 |
| Hex | 38 | 42 | B | F | 0 | 53 | 4A | 47 | 47 | F |
| Octal | 70 | 102 | 13 | 17 | 0 | 123 | 112 | 107 | 107 | 17 |
| Binary | 111000 | 1000010 | 1011 | 1111 | 0 | 1010011 | 1001010 | 1000111 | 1000111 | 1111 |
Color Harmonies of #38420B
Complementary color
Monochromatic Colors of #38420B
Black with #38420B
Text Example
Text Example
White with #38420B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38420B; }
p { color: rgb(56,66,11); }
H1.HeaderClassName
{
color: #38420B;
}
.AnyTagClassName
{
color: #38420B;
}
</style>
background-color css
<style>
a { background-color: #38420B; }
a { background-color: rgb(56,66,11); }
div.DivClassName
{
background-color: #38420B;
}
.BgClassName
{
background-color: #38420B;
}
</style>
border-color css
<style>
span { border-color: #38420B; }
span { border-color: rgb(56,66,11); }
td.TdClassName
{
border-color: #38420B;
}
.TagClassName
{
border-color: #38420B;
}
</style>