Shades of Turtle Green #374C03
Tints of Turtle Green #374C03
RGB
CMYK
RGB Variations
Color information
#374C03 (or 0x374C03) is known color: Turtle Green. HEX triplet: 37, 4C and 03. RGB value is (55,76,3). Sum of RGB (Red+Green+Blue) = 55+76+3=134 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.04% from 134); Green value is 76 (30.08% from 255 or 56.72% from 134); Blue value is 3 (1.56% from 255 or 2.24% from 134); Max value from RGB is 76 - color contains mainly: green. Hex color #374C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374C03 is #C8B3FC. Grayscale: #3D3D3D. Windows color (decimal): -13153277 or 216119. OLE color: 216119.
HSL color Cylindrical-coordinate representation of color #374C03: hue angle of 77.26º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #374C03 is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 55 | 76 | 3 | - |
| CMYK | 0.28 | 0 | 0.96 | 0.70 |
| HSL | 77.26º | 0.92% | 0.15% | - |
| HSV(B) | 77.26º | 0.96% | 0.3% | - |
| XYZ | 4.18 | 5.99 | 1.02 | - |
| YUV | 61.4 | 95.04 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 76 | 3 | 0.28 | 0 | 0.96 | 0.70 | 77.26 | 0.92 | 0.15 |
| Hex | 37 | 4C | 3 | 1C | 0 | 60 | 46 | 4D | 5C | F |
| Octal | 67 | 114 | 3 | 34 | 0 | 140 | 106 | 115 | 134 | 17 |
| Binary | 110111 | 1001100 | 11 | 11100 | 0 | 1100000 | 1000110 | 1001101 | 1011100 | 1111 |
Color Harmonies of #374C03
Complementary color
Monochromatic Colors of #374C03
Black with #374C03
Text Example
Text Example
White with #374C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374C03; }
p { color: rgb(55,76,3); }
H1.HeaderClassName
{
color: #374C03;
}
.AnyTagClassName
{
color: #374C03;
}
</style>
background-color css
<style>
a { background-color: #374C03; }
a { background-color: rgb(55,76,3); }
div.DivClassName
{
background-color: #374C03;
}
.BgClassName
{
background-color: #374C03;
}
</style>
border-color css
<style>
span { border-color: #374C03; }
span { border-color: rgb(55,76,3); }
td.TdClassName
{
border-color: #374C03;
}
.TagClassName
{
border-color: #374C03;
}
</style>