#4C9B72

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

Shades of Ocean Green #4C9B72

Tints of Ocean Green #4C9B72

Color information

#4C9B72 (or 0x4C9B72) is unknown color: approx Ocean Green. HEX triplet: 4C, 9B and 72. RGB value is (76,155,114). Sum of RGB (Red+Green+Blue) = 76+155+114=345 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.03% from 345); Green value is 155 (60.94% from 255 or 44.93% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 155 - color contains mainly: green. Hex color #4C9B72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C9B72 is #B3648D. Grayscale: #7E7E7E. Windows color (decimal): -11756686 or 7510860. OLE color: 7510860.

HSL color Cylindrical-coordinate representation of color #4C9B72: hue angle of 148.86º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C9B72 is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB76155114-
CMYK0.5100.260.39
HSL148.86º34.2%45.29%-
HSV(B)148.86º50.97%60.78%-
XYZ17.7426.1920.04-
YUV126.7120.8391.83-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.03%
GREEN value IS 155 (60.94% from 255) = 44.93%
BLUE value IS 114 (44.92% from 255) = 33.04%
R=22.03%
G=44.93%
B=33.04%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal761551140.5100.260.39148.8634.245.29
Hex4C9B723301A2795222d
Octal11423316263032472254255
Binary100110010011011111001011001101101010011110010101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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