Shades of Turtle Green #374A03
Tints of Turtle Green #374A03
RGB
CMYK
RGB Variations
Color information
#374A03 (or 0x374A03) is known color: Turtle Green. HEX triplet: 37, 4A and 03. RGB value is (55,74,3). Sum of RGB (Red+Green+Blue) = 55+74+3=132 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.67% from 132); Green value is 74 (29.30% from 255 or 56.06% from 132); Blue value is 3 (1.56% from 255 or 2.27% from 132); Max value from RGB is 74 - color contains mainly: green. Hex color #374A03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374A03 is #C8B5FC. Grayscale: #3C3C3C. Windows color (decimal): -13153789 or 215607. OLE color: 215607.
HSL color Cylindrical-coordinate representation of color #374A03: hue angle of 76.06º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #374A03 is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 74 | 3 | - |
| CMYK | 0.26 | 0 | 0.96 | 0.71 |
| HSL | 76.06º | 0.92% | 0.15% | - |
| HSV(B) | 76.06º | 0.96% | 0.29% | - |
| XYZ | 4.04 | 5.72 | 0.98 | - |
| YUV | 60.23 | 95.71 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 74 | 3 | 0.26 | 0 | 0.96 | 0.71 | 76.06 | 0.92 | 0.15 |
| Hex | 37 | 4A | 3 | 1A | 0 | 60 | 47 | 4C | 5C | F |
| Octal | 67 | 112 | 3 | 32 | 0 | 140 | 107 | 114 | 134 | 17 |
| Binary | 110111 | 1001010 | 11 | 11010 | 0 | 1100000 | 1000111 | 1001100 | 1011100 | 1111 |
Color Harmonies of #374A03
Complementary color
Monochromatic Colors of #374A03
Black with #374A03
Text Example
Text Example
White with #374A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374A03; }
p { color: rgb(55,74,3); }
H1.HeaderClassName
{
color: #374A03;
}
.AnyTagClassName
{
color: #374A03;
}
</style>
background-color css
<style>
a { background-color: #374A03; }
a { background-color: rgb(55,74,3); }
div.DivClassName
{
background-color: #374A03;
}
.BgClassName
{
background-color: #374A03;
}
</style>
border-color css
<style>
span { border-color: #374A03; }
span { border-color: rgb(55,74,3); }
td.TdClassName
{
border-color: #374A03;
}
.TagClassName
{
border-color: #374A03;
}
</style>