#4CB672

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

Shades of Ocean Green #4CB672

Tints of Ocean Green #4CB672

Color information

#4CB672 (or 0x4CB672) is unknown color: approx Ocean Green. HEX triplet: 4C, B6 and 72. RGB value is (76,182,114). Sum of RGB (Red+Green+Blue) = 76+182+114=372 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.43% from 372); Green value is 182 (71.48% from 255 or 48.92% from 372); Blue value is 114 (44.92% from 255 or 30.65% from 372); Max value from RGB is 182 - color contains mainly: green. Hex color #4CB672 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB672 is #B3498D. Grayscale: #8E8E8E. Windows color (decimal): -11749774 or 7517772. OLE color: 7517772.

HSL color Cylindrical-coordinate representation of color #4CB672: hue angle of 141.51º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB672 is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB76182114-
CMYK0.5800.370.29
HSL141.51º42.06%50.59%-
HSV(B)141.51º58.24%71.37%-
XYZ22.7536.2121.71-
YUV142.55111.8880.53-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.43%
GREEN value IS 182 (71.48% from 255) = 48.92%
BLUE value IS 114 (44.92% from 255) = 30.65%
R=20.43%
G=48.92%
B=30.65%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal761821140.5800.370.29141.5142.0650.59
Hex4CB6723A0251D8e2a33
Octal11426616272045352165263
Binary100110010110110111001011101001001011110110001110101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,182,114); }

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

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

 a { background-color: rgb(76,182,114); }

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

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

 span { border-color: rgb(76,182,114); }

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