Shades of Turtle Green #384203
Tints of Turtle Green #384203
RGB
CMYK
RGB Variations
Color information
#384203 (or 0x384203) is known color: Turtle Green. HEX triplet: 38, 42 and 03. RGB value is (56,66,3). Sum of RGB (Red+Green+Blue) = 56+66+3=125 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.8% from 125); Green value is 66 (26.17% from 255 or 52.8% from 125); Blue value is 3 (1.56% from 255 or 2.4% from 125); Max value from RGB is 66 - color contains mainly: green. Hex color #384203 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384203 is #C7BDFC. Grayscale: #383838. Windows color (decimal): -13090301 or 213560. OLE color: 213560.
HSL color Cylindrical-coordinate representation of color #384203: hue angle of 69.52º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #384203 is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 56 | 66 | 3 | - |
| CMYK | 0.15 | 0 | 0.95 | 0.74 |
| HSL | 69.52º | 0.91% | 0.14% | - |
| HSV(B) | 69.52º | 0.95% | 0.26% | - |
| XYZ | 3.6 | 4.74 | 0.81 | - |
| YUV | 55.83 | 98.19 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 66 | 3 | 0.15 | 0 | 0.95 | 0.74 | 69.52 | 0.91 | 0.14 |
| Hex | 38 | 42 | 3 | F | 0 | 5F | 4A | 46 | 5B | E |
| Octal | 70 | 102 | 3 | 17 | 0 | 137 | 112 | 106 | 133 | 16 |
| Binary | 111000 | 1000010 | 11 | 1111 | 0 | 1011111 | 1001010 | 1000110 | 1011011 | 1110 |
Color Harmonies of #384203
Complementary color
Monochromatic Colors of #384203
Black with #384203
Text Example
Text Example
White with #384203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384203; }
p { color: rgb(56,66,3); }
H1.HeaderClassName
{
color: #384203;
}
.AnyTagClassName
{
color: #384203;
}
</style>
background-color css
<style>
a { background-color: #384203; }
a { background-color: rgb(56,66,3); }
div.DivClassName
{
background-color: #384203;
}
.BgClassName
{
background-color: #384203;
}
</style>
border-color css
<style>
span { border-color: #384203; }
span { border-color: rgb(56,66,3); }
td.TdClassName
{
border-color: #384203;
}
.TagClassName
{
border-color: #384203;
}
</style>