#4BB677

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

Shades of Ocean Green #4BB677

Tints of Ocean Green #4BB677

Color information

#4BB677 (or 0x4BB677) is unknown color: approx Ocean Green. HEX triplet: 4B, B6 and 77. RGB value is (75,182,119). Sum of RGB (Red+Green+Blue) = 75+182+119=376 (49% of max value = 765). Red value is 75 (29.69% from 255 or 19.95% from 376); Green value is 182 (71.48% from 255 or 48.40% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 182 - color contains mainly: green. Hex color #4BB677 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BB677 is #B44988. Grayscale: #8E8E8E. Windows color (decimal): -11815305 or 7845451. OLE color: 7845451.

HSL color Cylindrical-coordinate representation of color #4BB677: hue angle of 144.67º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4BB677 is Cyan = 0.59, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB75182119-
CMYK0.5900.350.29
HSL144.67º42.29%50.39%-
HSV(B)144.67º58.79%71.37%-
XYZ22.9636.2823.25-
YUV142.82114.5579.62-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.95%
GREEN value IS 182 (71.48% from 255) = 48.40%
BLUE value IS 119 (46.88% from 255) = 31.65%
R=19.95%
G=48.40%
B=31.65%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal751821190.5900.350.29144.6742.2950.39
Hex4BB6773B0231D912a32
Octal11326616773043352215262
Binary100101110110110111011111101101000111110110010001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,182,119); }

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

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

 a { background-color: rgb(75,182,119); }

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

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

 span { border-color: rgb(75,182,119); }

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