#4CB489

Color #4CB489 Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #4CB489

Tints of Ocean Green #4CB489

Color information

#4CB489 (or 0x4CB489) is unknown color: approx Ocean Green. HEX triplet: 4C, B4 and 89. RGB value is (76,180,137). Sum of RGB (Red+Green+Blue) = 76+180+137=393 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.34% from 393); Green value is 180 (70.70% from 255 or 45.80% from 393); Blue value is 137 (53.91% from 255 or 34.86% from 393); Max value from RGB is 180 - color contains mainly: green. Hex color #4CB489 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CB489 is #B34B76. Grayscale: #909090. Windows color (decimal): -11750263 or 9024588. OLE color: 9024588.

HSL color Cylindrical-coordinate representation of color #4CB489: hue angle of 155.19º degrees, saturation: 0.41, 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 #4CB489 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB76180137-
CMYK0.5800.240.29
HSL155.19º40.94%50.2%-
HSV(B)155.19º57.78%70.59%-
XYZ23.8235.9929.36-
YUV144124.0479.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 76 (30.08% from 255) = 19.34%
GREEN value IS 180 (70.70% from 255) = 45.80%
BLUE value IS 137 (53.91% from 255) = 34.86%
R=19.34%
G=45.80%
B=34.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal761801370.5800.240.29155.1940.9450.2
Hex4CB4893A0181D9b2932
Octal11426421172030352335162
Binary100110010110100100010011110100110001110110011011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4CB489; }

 p { color: rgb(76,180,137); }

 H1.HeaderClassName
 {
   color: #4CB489;
 }
 .AnyTagClassName
 {
   color: #4CB489;
 }
</style>
background-color css

<style>
 a { background-color: #4CB489; }

 a { background-color: rgb(76,180,137); }

 div.DivClassName
 {
   background-color: #4CB489;
 }
 .BgClassName
 {
   background-color: #4CB489;
 }
</style>
border-color css

<style>
 span { border-color: #4CB489; }

 span { border-color: rgb(76,180,137); }

 td.TdClassName
 {
   border-color: #4CB489;
 }
 .TagClassName
 {
   border-color: #4CB489;
 }
</style>