#4b956f

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

Shades of Ocean Green #4B956F

Tints of Ocean Green #4B956F

Color information

#4B956F (or 0x4B956F) is unknown color: approx Ocean Green. HEX triplet: 4B, 95 and 6F. RGB value is (75,149,111). Sum of RGB (Red+Green+Blue) = 75+149+111=335 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.39% from 335); Green value is 149 (58.59% from 255 or 44.48% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 149 - color contains mainly: green. Hex color #4B956F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B956F is #B46A90. Grayscale: #7A7A7A. Windows color (decimal): -11823761 or 7312715. OLE color: 7312715.

HSL color Cylindrical-coordinate representation of color #4B956F: hue angle of 149.19º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B956F is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB75149111-
CMYK0.5000.260.42
HSL149.19º33.04%43.92%-
HSV(B)149.19º49.66%58.43%-
XYZ16.5224.1418.83-
YUV122.54121.4894.09-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.39%
GREEN value IS 149 (58.59% from 255) = 44.48%
BLUE value IS 111 (43.75% from 255) = 33.13%
R=22.39%
G=44.48%
B=33.13%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal751491110.5000.260.42149.1933.0443.92
Hex4B956F3201A2A95212c
Octal11322515762032522254154
Binary100101110010101110111111001001101010101010010101100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4b956f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,149,111); }

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

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

 a { background-color: rgb(75,149,111); }

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

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

 span { border-color: rgb(75,149,111); }

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