Shades of Fun Green #00553B
Tints of Fun Green #00553B
RGB
CMYK
RGB Variations
Color information
#00553B (or 0x00553B) is known color: Fun Green. HEX triplet: 00, 55 and 3B. RGB value is (0,85,59). Sum of RGB (Red+Green+Blue) = 0+85+59=144 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 144); Green value is 85 (33.59% from 255 or 59.03% from 144); Blue value is 59 (23.44% from 255 or 40.97% from 144); Max value from RGB is 85 - color contains mainly: green. Hex color #00553B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00553B is #FFAAC4. Grayscale: #383838. Windows color (decimal): -16755397 or 3888384. OLE color: 3888384.
HSL color Cylindrical-coordinate representation of color #00553B: hue angle of 161.65º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00553B is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 85 | 59 | - |
| CMYK | 1 | 0 | 0.31 | 0.67 |
| HSL | 161.65º | 1% | 0.17% | - |
| HSV(B) | 161.65º | 1% | 0.33% | - |
| XYZ | 4.04 | 6.81 | 5.24 | - |
| YUV | 56.62 | 129.34 | 87.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 85 | 59 | 1 | 0 | 0.31 | 0.67 | 161.65 | 1 | 0.17 |
| Hex | 0 | 55 | 3B | 64 | 0 | 1F | 43 | A2 | 64 | 11 |
| Octal | 0 | 125 | 73 | 144 | 0 | 37 | 103 | 242 | 144 | 21 |
| Binary | 0 | 1010101 | 111011 | 1100100 | 0 | 11111 | 1000011 | 10100010 | 1100100 | 10001 |
Color Harmonies of #00553B
Complementary color
Monochromatic Colors of #00553B
Black with #00553B
Text Example
Text Example
White with #00553B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00553B; }
p { color: rgb(0,85,59); }
H1.HeaderClassName
{
color: #00553B;
}
.AnyTagClassName
{
color: #00553B;
}
</style>
background-color css
<style>
a { background-color: #00553B; }
a { background-color: rgb(0,85,59); }
div.DivClassName
{
background-color: #00553B;
}
.BgClassName
{
background-color: #00553B;
}
</style>
border-color css
<style>
span { border-color: #00553B; }
span { border-color: rgb(0,85,59); }
td.TdClassName
{
border-color: #00553B;
}
.TagClassName
{
border-color: #00553B;
}
</style>