Shades of Turtle Green #384202
Tints of Turtle Green #384202
RGB
CMYK
RGB Variations
Color information
#384202 (or 0x384202) is known color: Turtle Green. HEX triplet: 38, 42 and 02. RGB value is (56,66,2). Sum of RGB (Red+Green+Blue) = 56+66+2=124 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.16% from 124); Green value is 66 (26.17% from 255 or 53.23% from 124); Blue value is 2 (1.17% from 255 or 1.61% from 124); Max value from RGB is 66 - color contains mainly: green. Hex color #384202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384202 is #C7BDFD. Grayscale: #373737. Windows color (decimal): -13090302 or 148024. OLE color: 148024.
HSL color Cylindrical-coordinate representation of color #384202: hue angle of 69.38º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #384202 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 56 | 66 | 2 | - |
| CMYK | 0.15 | 0 | 0.97 | 0.74 |
| HSL | 69.38º | 0.94% | 0.13% | - |
| HSV(B) | 69.38º | 0.97% | 0.26% | - |
| XYZ | 3.59 | 4.74 | 0.78 | - |
| YUV | 55.71 | 97.69 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 66 | 2 | 0.15 | 0 | 0.97 | 0.74 | 69.38 | 0.94 | 0.13 |
| Hex | 38 | 42 | 2 | F | 0 | 61 | 4A | 45 | 5E | D |
| Octal | 70 | 102 | 2 | 17 | 0 | 141 | 112 | 105 | 136 | 15 |
| Binary | 111000 | 1000010 | 10 | 1111 | 0 | 1100001 | 1001010 | 1000101 | 1011110 | 1101 |
Color Harmonies of #384202
Complementary color
Monochromatic Colors of #384202
Black with #384202
Text Example
Text Example
White with #384202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384202; }
p { color: rgb(56,66,2); }
H1.HeaderClassName
{
color: #384202;
}
.AnyTagClassName
{
color: #384202;
}
</style>
background-color css
<style>
a { background-color: #384202; }
a { background-color: rgb(56,66,2); }
div.DivClassName
{
background-color: #384202;
}
.BgClassName
{
background-color: #384202;
}
</style>
border-color css
<style>
span { border-color: #384202; }
span { border-color: rgb(56,66,2); }
td.TdClassName
{
border-color: #384202;
}
.TagClassName
{
border-color: #384202;
}
</style>