#4CA37C

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

Shades of Ocean Green #4CA37C

Tints of Ocean Green #4CA37C

Color information

#4CA37C (or 0x4CA37C) is unknown color: approx Ocean Green. HEX triplet: 4C, A3 and 7C. RGB value is (76,163,124). Sum of RGB (Red+Green+Blue) = 76+163+124=363 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.94% from 363); Green value is 163 (64.06% from 255 or 44.90% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 163 - color contains mainly: green. Hex color #4CA37C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CA37C is #B35C83. Grayscale: #848484. Windows color (decimal): -11754628 or 8168268. OLE color: 8168268.

HSL color Cylindrical-coordinate representation of color #4CA37C: hue angle of 153.1º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4CA37C is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB76163124-
CMYK0.5300.240.36
HSL153.1º36.4%46.86%-
HSV(B)153.1º53.37%63.92%-
XYZ19.7229.1923.66-
YUV132.54123.1887.67-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.94%
GREEN value IS 163 (64.06% from 255) = 44.90%
BLUE value IS 124 (48.83% from 255) = 34.16%
R=20.94%
G=44.90%
B=34.16%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal761631240.5300.240.36153.136.446.86
Hex4CA37C350182499242f
Octal11424317465030442314457
Binary100110010100011111110011010101100010010010011001100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,163,124); }

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

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

 a { background-color: rgb(76,163,124); }

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

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

 span { border-color: rgb(76,163,124); }

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