#4CB37E

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

Shades of Ocean Green #4CB37E

Tints of Ocean Green #4CB37E

Color information

#4CB37E (or 0x4CB37E) is unknown color: approx Ocean Green. HEX triplet: 4C, B3 and 7E. RGB value is (76,179,126). Sum of RGB (Red+Green+Blue) = 76+179+126=381 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.95% from 381); Green value is 179 (70.31% from 255 or 46.98% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 179 - color contains mainly: green. Hex color #4CB37E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB37E is #B34C81. Grayscale: #8E8E8E. Windows color (decimal): -11750530 or 8303436. OLE color: 8303436.

HSL color Cylindrical-coordinate representation of color #4CB37E: hue angle of 149.13º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB37E is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB76179126-
CMYK0.5800.300.30
HSL149.13º40.39%50%-
HSV(B)149.13º57.54%70.2%-
XYZ22.8735.2825.34-
YUV142.16118.8880.81-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.95%
GREEN value IS 179 (70.31% from 255) = 46.98%
BLUE value IS 126 (49.61% from 255) = 33.07%
R=19.95%
G=46.98%
B=33.07%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal761791260.5800.300.30149.1340.3950
Hex4CB37E3A01E1E952832
Octal11426317672036362255062
Binary10011001011001111111101110100111101111010010101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB37E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,179,126); }

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

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

 a { background-color: rgb(76,179,126); }

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

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

 span { border-color: rgb(76,179,126); }

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