Shades of Fun Green #00553A
Tints of Fun Green #00553A
RGB
CMYK
RGB Variations
Color information
#00553A (or 0x00553A) is known color: Fun Green. HEX triplet: 00, 55 and 3A. RGB value is (0,85,58). Sum of RGB (Red+Green+Blue) = 0+85+58=143 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 143); Green value is 85 (33.59% from 255 or 59.44% from 143); Blue value is 58 (23.05% from 255 or 40.56% from 143); Max value from RGB is 85 - color contains mainly: green. Hex color #00553A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00553A is #FFAAC5. Grayscale: #383838. Windows color (decimal): -16755398 or 3822848. OLE color: 3822848.
HSL color Cylindrical-coordinate representation of color #00553A: hue angle of 160.94º 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 #00553A is Cyan = 1, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 85 | 58 | - |
| CMYK | 1 | 0 | 0.32 | 0.67 |
| HSL | 160.94º | 1% | 0.17% | - |
| HSV(B) | 160.94º | 1% | 0.33% | - |
| XYZ | 4.01 | 6.8 | 5.1 | - |
| YUV | 56.51 | 128.84 | 87.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 85 | 58 | 1 | 0 | 0.32 | 0.67 | 160.94 | 1 | 0.17 |
| Hex | 0 | 55 | 3A | 64 | 0 | 20 | 43 | A1 | 64 | 11 |
| Octal | 0 | 125 | 72 | 144 | 0 | 40 | 103 | 241 | 144 | 21 |
| Binary | 0 | 1010101 | 111010 | 1100100 | 0 | 100000 | 1000011 | 10100001 | 1100100 | 10001 |
Color Harmonies of #00553A
Complementary color
Monochromatic Colors of #00553A
Black with #00553A
Text Example
Text Example
White with #00553A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00553A; }
p { color: rgb(0,85,58); }
H1.HeaderClassName
{
color: #00553A;
}
.AnyTagClassName
{
color: #00553A;
}
</style>
background-color css
<style>
a { background-color: #00553A; }
a { background-color: rgb(0,85,58); }
div.DivClassName
{
background-color: #00553A;
}
.BgClassName
{
background-color: #00553A;
}
</style>
border-color css
<style>
span { border-color: #00553A; }
span { border-color: rgb(0,85,58); }
td.TdClassName
{
border-color: #00553A;
}
.TagClassName
{
border-color: #00553A;
}
</style>