#4DB171

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

Shades of Ocean Green #4DB171

Tints of Ocean Green #4DB171

Color information

#4DB171 (or 0x4DB171) is unknown color: approx Ocean Green. HEX triplet: 4D, B1 and 71. RGB value is (77,177,113). Sum of RGB (Red+Green+Blue) = 77+177+113=367 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.98% from 367); Green value is 177 (69.53% from 255 or 48.23% from 367); Blue value is 113 (44.53% from 255 or 30.79% from 367); Max value from RGB is 177 - color contains mainly: green. Hex color #4DB171 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DB171 is #B24E8E. Grayscale: #8B8B8B. Windows color (decimal): -11685519 or 7450957. OLE color: 7450957.

HSL color Cylindrical-coordinate representation of color #4DB171: hue angle of 141.6º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4DB171 is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB77177113-
CMYK0.5600.360.31
HSL141.6º39.37%49.8%-
HSV(B)141.6º56.5%69.41%-
XYZ21.7634.2121.08-
YUV139.8112.8783.2-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.98%
GREEN value IS 177 (69.53% from 255) = 48.23%
BLUE value IS 113 (44.53% from 255) = 30.79%
R=20.98%
G=48.23%
B=30.79%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal771771130.5600.360.31141.639.3749.8
Hex4DB171380241F8e2732
Octal11526116170044372164762
Binary100110110110001111000111100001001001111110001110100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DB171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,177,113); }

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

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

 a { background-color: rgb(77,177,113); }

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

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

 span { border-color: rgb(77,177,113); }

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