#4DA280

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

Shades of Ocean Green #4DA280

Tints of Ocean Green #4DA280

Color information

#4DA280 (or 0x4DA280) is unknown color: approx Ocean Green. HEX triplet: 4D, A2 and 80. RGB value is (77,162,128). Sum of RGB (Red+Green+Blue) = 77+162+128=367 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.98% from 367); Green value is 162 (63.67% from 255 or 44.14% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 162 - color contains mainly: green. Hex color #4DA280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA280 is #B25D7F. Grayscale: #848484. Windows color (decimal): -11689344 or 8430157. OLE color: 8430157.

HSL color Cylindrical-coordinate representation of color #4DA280: hue angle of 156º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4DA280 is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB77162128-
CMYK0.5200.210.36
HSL156º35.56%46.86%-
HSV(B)156º52.47%63.53%-
XYZ19.8828.9824.97-
YUV132.71125.3488.26-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.98%
GREEN value IS 162 (63.67% from 255) = 44.14%
BLUE value IS 128 (50.39% from 255) = 34.88%
R=20.98%
G=44.14%
B=34.88%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal771621280.5200.210.3615635.5646.86
Hex4DA28034015249c242f
Octal11524220064025442344457
Binary1001101101000101000000011010001010110010010011100100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,162,128); }

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

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

 a { background-color: rgb(77,162,128); }

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

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

 span { border-color: rgb(77,162,128); }

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