#4B9D74

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

Shades of Ocean Green #4B9D74

Tints of Ocean Green #4B9D74

Color information

#4B9D74 (or 0x4B9D74) is unknown color: approx Ocean Green. HEX triplet: 4B, 9D and 74. RGB value is (75,157,116). Sum of RGB (Red+Green+Blue) = 75+157+116=348 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.55% from 348); Green value is 157 (61.72% from 255 or 45.11% from 348); Blue value is 116 (45.70% from 255 or 33.33% from 348); Max value from RGB is 157 - color contains mainly: green. Hex color #4B9D74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9D74 is #B4628B. Grayscale: #7F7F7F. Windows color (decimal): -11821708 or 7642443. OLE color: 7642443.

HSL color Cylindrical-coordinate representation of color #4B9D74: hue angle of 150º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B9D74 is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB75157116-
CMYK0.5200.260.38
HSL150º35.34%45.49%-
HSV(B)150º52.23%61.57%-
XYZ18.1126.8720.76-
YUV127.81121.3390.33-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.55%
GREEN value IS 157 (61.72% from 255) = 45.11%
BLUE value IS 116 (45.70% from 255) = 33.33%
R=21.55%
G=45.11%
B=33.33%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal751571160.5200.260.3815035.3445.49
Hex4B9D743401A2696232d
Octal11323516464032462264355
Binary100101110011101111010011010001101010011010010110100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,157,116); }

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

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

 a { background-color: rgb(75,157,116); }

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

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

 span { border-color: rgb(75,157,116); }

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