Html Css Color HEX #4E9577 Ocean Green

📋 copy color: '#4E9577'

red 78 ◦ green 149 ◦ blue 119

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

Shades of Ocean Green #4E9577

Tints of Ocean Green #4E9577

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.06%

 BLUE value IS 119 (46.88% from 255) = 34.39%

R = 22.54%
G = 43.06%
B = 34.39%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#4E9577 (or 0x4E9577) is known color: Ocean Green. HEX triplet: 4E, 95 and 77. RGB value is (78,149,119). Sum of RGB (Red+Green+Blue) = 78+149+119=346 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.54% from 346); Green value is 149 (58.59% from 255 or 43.06% from 346); Blue value is 119 (46.88% from 255 or 34.39% from 346); Max value from RGB is 149 - color contains mainly: green. Hex color #4E9577 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E9577 is #B16A88. Grayscale: #7C7C7C. Windows color (decimal): -11627145 or 7837006. OLE color: 7837006.

HSL color Cylindrical-coordinate representation of color #4E9577: hue angle of 154.65º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4E9577 is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 78 149 119 -
CMYK 0.48 0 0.20 0.42
HSL 154.65º 0.31% 0.45% -
HSV(B) 154.65º 0.48% 0.58% -
XYZ 17.22 24.45 21.26 -
YUV 124.35 124.98 94.94 -
System Red Green Blue C M Y K H S L
Decimal 78 149 119 0.48 0 0.20 0.42 154.65 0.31 0.45
Hex 4E 95 77 30 0 14 2A 9B 1F 2D
Octal 116 225 167 60 0 24 52 233 37 55
Binary 1001110 10010101 1110111 110000 0 10100 101010 10011011 11111 101101

Color Harmonies of #4E9577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E9577

Black with #4E9577

Text Example


Text Example

White with #4E9577

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,149,119); }

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

background-color css

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

 a { background-color: rgb(78,149,119); }

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

border-color css

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

 span { border-color: rgb(78,149,119); }

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