#4BB979

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

Shades of Ocean Green #4BB979

Tints of Ocean Green #4BB979

Color information

#4BB979 (or 0x4BB979) is unknown color: approx Ocean Green. HEX triplet: 4B, B9 and 79. RGB value is (75,185,121). Sum of RGB (Red+Green+Blue) = 75+185+121=381 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.69% from 381); Green value is 185 (72.66% from 255 or 48.56% from 381); Blue value is 121 (47.66% from 255 or 31.76% from 381); Max value from RGB is 185 - color contains mainly: green. Hex color #4BB979 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BB979 is #B44686. Grayscale: #909090. Windows color (decimal): -11814535 or 7977291. OLE color: 7977291.

HSL color Cylindrical-coordinate representation of color #4BB979: hue angle of 145.09º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4BB979 is Cyan = 0.59, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB75185121-
CMYK0.5900.350.27
HSL145.09º44%50.98%-
HSV(B)145.09º59.46%72.55%-
XYZ23.737.5724.09-
YUV144.81114.5678.2-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.69%
GREEN value IS 185 (72.66% from 255) = 48.56%
BLUE value IS 121 (47.66% from 255) = 31.76%
R=19.69%
G=48.56%
B=31.76%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal751851210.5900.350.27145.094450.98
Hex4BB9793B0231B912c33
Octal11327117173043332215463
Binary100101110111001111100111101101000111101110010001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,185,121); }

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

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

 a { background-color: rgb(75,185,121); }

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

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

 span { border-color: rgb(75,185,121); }

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