Shades of Ocean Green #4CB567
Tints of Ocean Green #4CB567
RGB
CMYK
RGB Variations
Color information
#4CB567 (or 0x4CB567) is known color: Ocean Green. HEX triplet: 4C, B5 and 67. RGB value is (76,181,103). Sum of RGB (Red+Green+Blue) = 76+181+103=360 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.11% from 360); Green value is 181 (71.09% from 255 or 50.28% from 360); Blue value is 103 (40.62% from 255 or 28.61% from 360); Max value from RGB is 181 - color contains mainly: green. Hex color #4CB567 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB567 is #B34A98. Grayscale: #8C8C8C. Windows color (decimal): -11750041 or 6796620. OLE color: 6796620.
HSL color Cylindrical-coordinate representation of color #4CB567: hue angle of 135.43º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB567 is Cyan = 0.58, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 76 | 181 | 103 | - |
| CMYK | 0.58 | 0 | 0.43 | 0.29 |
| HSL | 135.43º | 0.42% | 0.5% | - |
| HSV(B) | 135.43º | 0.58% | 0.71% | - |
| XYZ | 21.95 | 35.56 | 18.54 | - |
| YUV | 140.71 | 106.71 | 81.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 181 | 103 | 0.58 | 0 | 0.43 | 0.29 | 135.43 | 0.42 | 0.5 |
| Hex | 4C | B5 | 67 | 3A | 0 | 2B | 1D | 87 | 2A | 32 |
| Octal | 114 | 265 | 147 | 72 | 0 | 53 | 35 | 207 | 52 | 62 |
| Binary | 1001100 | 10110101 | 1100111 | 111010 | 0 | 101011 | 11101 | 10000111 | 101010 | 110010 |
Color Harmonies of #4CB567
Complementary color
Monochromatic Colors of #4CB567
Black with #4CB567
Text Example
Text Example
White with #4CB567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB567; }
p { color: rgb(76,181,103); }
H1.HeaderClassName
{
color: #4CB567;
}
.AnyTagClassName
{
color: #4CB567;
}
</style>
background-color css
<style>
a { background-color: #4CB567; }
a { background-color: rgb(76,181,103); }
div.DivClassName
{
background-color: #4CB567;
}
.BgClassName
{
background-color: #4CB567;
}
</style>
border-color css
<style>
span { border-color: #4CB567; }
span { border-color: rgb(76,181,103); }
td.TdClassName
{
border-color: #4CB567;
}
.TagClassName
{
border-color: #4CB567;
}
</style>