#4CB572

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

Shades of Ocean Green #4CB572

Tints of Ocean Green #4CB572

Color information

#4CB572 (or 0x4CB572) is unknown color: approx Ocean Green. HEX triplet: 4C, B5 and 72. RGB value is (76,181,114). Sum of RGB (Red+Green+Blue) = 76+181+114=371 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.49% from 371); Green value is 181 (71.09% from 255 or 48.79% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 181 - color contains mainly: green. Hex color #4CB572 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB572 is #B34A8D. Grayscale: #8E8E8E. Windows color (decimal): -11750030 or 7517516. OLE color: 7517516.

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

Color convert

RGB76181114-
CMYK0.5800.370.29
HSL141.71º41.5%50.39%-
HSV(B)141.71º58.01%70.98%-
XYZ22.5435.821.64-
YUV141.97112.2180.95-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.49%
GREEN value IS 181 (71.09% from 255) = 48.79%
BLUE value IS 114 (44.92% from 255) = 30.73%
R=20.49%
G=48.79%
B=30.73%

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
Decimal761811140.5800.370.29141.7141.550.39
Hex4CB5723A0251D8e2a32
Octal11426516272045352165262
Binary100110010110101111001011101001001011110110001110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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