#4B9776

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

Shades of Ocean Green #4B9776

Tints of Ocean Green #4B9776

Color information

#4B9776 (or 0x4B9776) is unknown color: approx Ocean Green. HEX triplet: 4B, 97 and 76. RGB value is (75,151,118). Sum of RGB (Red+Green+Blue) = 75+151+118=344 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.80% from 344); Green value is 151 (59.38% from 255 or 43.90% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 151 - color contains mainly: green. Hex color #4B9776 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9776 is #B46889. Grayscale: #7C7C7C. Windows color (decimal): -11823242 or 7771979. OLE color: 7771979.

HSL color Cylindrical-coordinate representation of color #4B9776: hue angle of 153.95º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B9776 is Cyan = 0.50, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB75151118-
CMYK0.5000.220.41
HSL153.95º33.63%44.31%-
HSV(B)153.95º50.33%59.22%-
XYZ17.2424.9421.04-
YUV124.51124.3292.68-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.80%
GREEN value IS 151 (59.38% from 255) = 43.90%
BLUE value IS 118 (46.48% from 255) = 34.30%
R=21.80%
G=43.90%
B=34.30%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal751511180.5000.220.41153.9533.6344.31
Hex4B977632016299a222c
Octal11322716662026512324254
Binary100101110010111111011011001001011010100110011010100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,151,118); }

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

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

 a { background-color: rgb(75,151,118); }

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

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

 span { border-color: rgb(75,151,118); }

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