Shades of Turtle Green #3B4303
Tints of Turtle Green #3B4303
RGB
CMYK
RGB Variations
Color information
#3B4303 (or 0x3B4303) is known color: Turtle Green. HEX triplet: 3B, 43 and 03. RGB value is (59,67,3). Sum of RGB (Red+Green+Blue) = 59+67+3=129 (17% of max value = 765). Red value is 59 (23.44% from 255 or 45.74% from 129); Green value is 67 (26.56% from 255 or 51.94% from 129); Blue value is 3 (1.56% from 255 or 2.33% from 129); Max value from RGB is 67 - color contains mainly: green. Hex color #3B4303 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4303 is #C4BCFC. Grayscale: #393939. Windows color (decimal): -12893437 or 213819. OLE color: 213819.
HSL color Cylindrical-coordinate representation of color #3B4303: hue angle of 67.5º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3B4303 is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 59 | 67 | 3 | - |
| CMYK | 0.12 | 0 | 0.96 | 0.74 |
| HSL | 67.5º | 0.91% | 0.14% | - |
| HSV(B) | 67.5º | 0.96% | 0.26% | - |
| XYZ | 3.83 | 4.95 | 0.84 | - |
| YUV | 57.31 | 97.35 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 67 | 3 | 0.12 | 0 | 0.96 | 0.74 | 67.5 | 0.91 | 0.14 |
| Hex | 3B | 43 | 3 | C | 0 | 60 | 4A | 44 | 5B | E |
| Octal | 73 | 103 | 3 | 14 | 0 | 140 | 112 | 104 | 133 | 16 |
| Binary | 111011 | 1000011 | 11 | 1100 | 0 | 1100000 | 1001010 | 1000100 | 1011011 | 1110 |
Color Harmonies of #3B4303
Complementary color
Monochromatic Colors of #3B4303
Black with #3B4303
Text Example
Text Example
White with #3B4303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4303; }
p { color: rgb(59,67,3); }
H1.HeaderClassName
{
color: #3B4303;
}
.AnyTagClassName
{
color: #3B4303;
}
</style>
background-color css
<style>
a { background-color: #3B4303; }
a { background-color: rgb(59,67,3); }
div.DivClassName
{
background-color: #3B4303;
}
.BgClassName
{
background-color: #3B4303;
}
</style>
border-color css
<style>
span { border-color: #3B4303; }
span { border-color: rgb(59,67,3); }
td.TdClassName
{
border-color: #3B4303;
}
.TagClassName
{
border-color: #3B4303;
}
</style>