Html Css Color HEX #4DA280 Ocean Green

📋 copy color: '#4DA280'

red 77 ◦ green 162 ◦ blue 128

#4DA280
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #4DA280

Tints of Ocean Green #4DA280

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 value IS 0.52

 M value IS 0

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#4DA280 (or 0x4DA280) is known color: 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

RGB 77 162 128 -
CMYK 0.52 0 0.21 0.36
HSL 156º 0.36% 0.47% -
HSV(B) 156º 0.52% 0.64% -
XYZ 19.88 28.98 24.97 -
YUV 132.71 125.34 88.26 -
System Red Green Blue C M Y K H S L
Decimal 77 162 128 0.52 0 0.21 0.36 156 0.36 0.47
Hex 4D A2 80 34 0 15 24 9C 24 2F
Octal 115 242 200 64 0 25 44 234 44 57
Binary 1001101 10100010 10000000 110100 0 10101 100100 10011100 100100 101111

Color Harmonies of #4DA280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA280

Black with #4DA280

Text Example


Text Example

White with #4DA280

Text Example


Text Example

HTML Codes & Css Web 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>