#4DB382

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

Shades of Ocean Green #4DB382

Tints of Ocean Green #4DB382

Color information

#4DB382 (or 0x4DB382) is unknown color: approx Ocean Green. HEX triplet: 4D, B3 and 82. RGB value is (77,179,130). Sum of RGB (Red+Green+Blue) = 77+179+130=386 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.95% from 386); Green value is 179 (70.31% from 255 or 46.37% from 386); Blue value is 130 (51.17% from 255 or 33.68% from 386); Max value from RGB is 179 - color contains mainly: green. Hex color #4DB382 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB382 is #B24C7D. Grayscale: #8F8F8F. Windows color (decimal): -11684990 or 8565581. OLE color: 8565581.

HSL color Cylindrical-coordinate representation of color #4DB382: hue angle of 151.18º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DB382 is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB77179130-
CMYK0.5700.270.30
HSL151.18º40.16%50.2%-
HSV(B)151.18º56.98%70.2%-
XYZ23.2135.4326.73-
YUV142.92120.7180.98-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.95%
GREEN value IS 179 (70.31% from 255) = 46.37%
BLUE value IS 130 (51.17% from 255) = 33.68%
R=19.95%
G=46.37%
B=33.68%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal771791300.5700.270.30151.1840.1650.2
Hex4DB3823901B1E972832
Octal11526320271033362275062
Binary100110110110011100000101110010110111111010010111101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DB382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,179,130); }

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

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

 a { background-color: rgb(77,179,130); }

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

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

 span { border-color: rgb(77,179,130); }

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