#4DB374

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

Shades of Ocean Green #4DB374

Tints of Ocean Green #4DB374

Color information

#4DB374 (or 0x4DB374) is unknown color: approx Ocean Green. HEX triplet: 4D, B3 and 74. RGB value is (77,179,116). Sum of RGB (Red+Green+Blue) = 77+179+116=372 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.70% from 372); Green value is 179 (70.31% from 255 or 48.12% from 372); Blue value is 116 (45.70% from 255 or 31.18% from 372); Max value from RGB is 179 - color contains mainly: green. Hex color #4DB374 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB374 is #B24C8B. Grayscale: #8D8D8D. Windows color (decimal): -11685004 or 7648077. OLE color: 7648077.

HSL color Cylindrical-coordinate representation of color #4DB374: hue angle of 142.94º 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 #4DB374 is Cyan = 0.57, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB77179116-
CMYK0.5700.350.30
HSL142.94º40.16%50.2%-
HSV(B)142.94º56.98%70.2%-
XYZ22.3335.0822.12-
YUV141.32113.7182.12-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.70%
GREEN value IS 179 (70.31% from 255) = 48.12%
BLUE value IS 116 (45.70% from 255) = 31.18%
R=20.70%
G=48.12%
B=31.18%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal771791160.5700.350.30142.9440.1650.2
Hex4DB374390231E8f2832
Octal11526316471043362175062
Binary100110110110011111010011100101000111111010001111101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DB374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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