#4C9873

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

Shades of Ocean Green #4C9873

Tints of Ocean Green #4C9873

Color information

#4C9873 (or 0x4C9873) is unknown color: approx Ocean Green. HEX triplet: 4C, 98 and 73. RGB value is (76,152,115). Sum of RGB (Red+Green+Blue) = 76+152+115=343 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.16% from 343); Green value is 152 (59.77% from 255 or 44.31% from 343); Blue value is 115 (45.31% from 255 or 33.53% from 343); Max value from RGB is 152 - color contains mainly: green. Hex color #4C9873 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C9873 is #B3678C. Grayscale: #7D7D7D. Windows color (decimal): -11757453 or 7575628. OLE color: 7575628.

HSL color Cylindrical-coordinate representation of color #4C9873: hue angle of 150.79º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C9873 is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB76152115-
CMYK0.5000.240.40
HSL150.79º33.33%44.71%-
HSV(B)150.79º50%59.61%-
XYZ17.325.2320.18-
YUV125.06122.3293.01-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.16%
GREEN value IS 152 (59.77% from 255) = 44.31%
BLUE value IS 115 (45.31% from 255) = 33.53%
R=22.16%
G=44.31%
B=33.53%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal761521150.5000.240.40150.7933.3344.71
Hex4C9873320182897212d
Octal11423016362030502274155
Binary100110010011000111001111001001100010100010010111100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,152,115); }

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

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

 a { background-color: rgb(76,152,115); }

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

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

 span { border-color: rgb(76,152,115); }

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