Shades of Ocean Green #54A36B
Tints of Ocean Green #54A36B
RGB
CMYK
RGB Variations
Color information
#54A36B (or 0x54A36B) is known color: Ocean Green. HEX triplet: 54, A3 and 6B. RGB value is (84,163,107). Sum of RGB (Red+Green+Blue) = 84+163+107=354 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.73% from 354); Green value is 163 (64.06% from 255 or 46.05% from 354); Blue value is 107 (42.19% from 255 or 30.23% from 354); Max value from RGB is 163 - color contains mainly: green. Hex color #54A36B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A36B is #AB5C94. Grayscale: #858585. Windows color (decimal): -11230357 or 7054164. OLE color: 7054164.
HSL color Cylindrical-coordinate representation of color #54A36B: hue angle of 137.47º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #54A36B is Cyan = 0.48, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 84 | 163 | 107 | - |
| CMYK | 0.48 | 0 | 0.34 | 0.36 |
| HSL | 137.47º | 0.32% | 0.48% | - |
| HSV(B) | 137.47º | 0.48% | 0.64% | - |
| XYZ | 19.41 | 29.14 | 18.51 | - |
| YUV | 133 | 113.33 | 93.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 163 | 107 | 0.48 | 0 | 0.34 | 0.36 | 137.47 | 0.32 | 0.48 |
| Hex | 54 | A3 | 6B | 30 | 0 | 22 | 24 | 89 | 20 | 30 |
| Octal | 124 | 243 | 153 | 60 | 0 | 42 | 44 | 211 | 40 | 60 |
| Binary | 1010100 | 10100011 | 1101011 | 110000 | 0 | 100010 | 100100 | 10001001 | 100000 | 110000 |
Color Harmonies of #54A36B
Complementary color
Monochromatic Colors of #54A36B
Black with #54A36B
Text Example
Text Example
White with #54A36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A36B; }
p { color: rgb(84,163,107); }
H1.HeaderClassName
{
color: #54A36B;
}
.AnyTagClassName
{
color: #54A36B;
}
</style>
background-color css
<style>
a { background-color: #54A36B; }
a { background-color: rgb(84,163,107); }
div.DivClassName
{
background-color: #54A36B;
}
.BgClassName
{
background-color: #54A36B;
}
</style>
border-color css
<style>
span { border-color: #54A36B; }
span { border-color: rgb(84,163,107); }
td.TdClassName
{
border-color: #54A36B;
}
.TagClassName
{
border-color: #54A36B;
}
</style>