Html Css Color HEX #4EA580 Ocean Green

📋 copy color: '#4EA580'

red 78 ◦ green 165 ◦ blue 128

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

Shades of Ocean Green #4EA580

Tints of Ocean Green #4EA580

RGB

 RED value IS 78 (30.86% from 255) = 21.02%

 GREEN value IS 165 (64.84% from 255) = 44.47%

 BLUE value IS 128 (50.39% from 255) = 34.5%

R = 21.02%
G = 44.47%
B = 34.5%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#4EA580 (or 0x4EA580) is known color: Ocean Green. HEX triplet: 4E, A5 and 80. RGB value is (78,165,128). Sum of RGB (Red+Green+Blue) = 78+165+128=371 (49% of max value = 765). Red value is 78 (30.86% from 255 or 21.02% from 371); Green value is 165 (64.84% from 255 or 44.47% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 165 - color contains mainly: green. Hex color #4EA580 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EA580 is #B15A7F. Grayscale: #868686. Windows color (decimal): -11623040 or 8430926. OLE color: 8430926.

HSL color Cylindrical-coordinate representation of color #4EA580: hue angle of 154.48º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4EA580 is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB 78 165 128 -
CMYK 0.53 0 0.22 0.35
HSL 154.48º 0.36% 0.48% -
HSV(B) 154.48º 0.53% 0.65% -
XYZ 20.49 30.09 25.15 -
YUV 134.77 124.18 87.51 -
System Red Green Blue C M Y K H S L
Decimal 78 165 128 0.53 0 0.22 0.35 154.48 0.36 0.48
Hex 4E A5 80 35 0 16 23 9A 24 30
Octal 116 245 200 65 0 26 43 232 44 60
Binary 1001110 10100101 10000000 110101 0 10110 100011 10011010 100100 110000

Color Harmonies of #4EA580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EA580

Black with #4EA580

Text Example


Text Example

White with #4EA580

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,165,128); }

 H1.HeaderClassName
 {
   color: #4EA580;
 }
 .AnyTagClassName
 {
   color: #4EA580;
 }
</style>

background-color css

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

 a { background-color: rgb(78,165,128); }

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

border-color css

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

 span { border-color: rgb(78,165,128); }

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