#4DB473

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

Shades of Ocean Green #4DB473

Tints of Ocean Green #4DB473

Color information

#4DB473 (or 0x4DB473) is unknown color: approx Ocean Green. HEX triplet: 4D, B4 and 73. RGB value is (77,180,115). Sum of RGB (Red+Green+Blue) = 77+180+115=372 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.70% from 372); Green value is 180 (70.70% from 255 or 48.39% from 372); Blue value is 115 (45.31% from 255 or 30.91% from 372); Max value from RGB is 180 - color contains mainly: green. Hex color #4DB473 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB473 is #B24B8C. Grayscale: #8D8D8D. Windows color (decimal): -11684749 or 7582797. OLE color: 7582797.

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

Color convert

RGB77180115-
CMYK0.5700.360.29
HSL142.14º40.71%50.39%-
HSV(B)142.14º57.22%70.59%-
XYZ22.4835.4621.88-
YUV141.79112.8881.79-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.70%
GREEN value IS 180 (70.70% from 255) = 48.39%
BLUE value IS 115 (45.31% from 255) = 30.91%
R=20.70%
G=48.39%
B=30.91%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal771801150.5700.360.29142.1440.7150.39
Hex4DB473390241D8e2932
Octal11526416371044352165162
Binary100110110110100111001111100101001001110110001110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DB473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,180,115); }

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

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

 a { background-color: rgb(77,180,115); }

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

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

 span { border-color: rgb(77,180,115); }

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