Html Css Color HEX #4EAD74 Ocean Green

📋 copy color: '#4EAD74'

red 78 ◦ green 173 ◦ blue 116

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

Shades of Ocean Green #4EAD74

Tints of Ocean Green #4EAD74

RGB

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

 GREEN value IS 173 (67.97% from 255) = 47.14%

 BLUE value IS 116 (45.7% from 255) = 31.61%

R = 21.25%
G = 47.14%
B = 31.61%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#4EAD74 (or 0x4EAD74) is known color: Ocean Green. HEX triplet: 4E, AD and 74. RGB value is (78,173,116). Sum of RGB (Red+Green+Blue) = 78+173+116=367 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.25% from 367); Green value is 173 (67.97% from 255 or 47.14% from 367); Blue value is 116 (45.70% from 255 or 31.61% from 367); Max value from RGB is 173 - color contains mainly: green. Hex color #4EAD74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EAD74 is #B1528B. Grayscale: #8A8A8A. Windows color (decimal): -11621004 or 7646542. OLE color: 7646542.

HSL color Cylindrical-coordinate representation of color #4EAD74: hue angle of 144º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4EAD74 is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB 78 173 116 -
CMYK 0.55 0 0.33 0.32
HSL 144º 0.38% 0.49% -
HSV(B) 144º 0.55% 0.68% -
XYZ 21.24 32.77 21.73 -
YUV 138.1 115.53 85.13 -
System Red Green Blue C M Y K H S L
Decimal 78 173 116 0.55 0 0.33 0.32 144 0.38 0.49
Hex 4E AD 74 37 0 21 20 90 26 31
Octal 116 255 164 67 0 41 40 220 46 61
Binary 1001110 10101101 1110100 110111 0 100001 100000 10010000 100110 110001

Color Harmonies of #4EAD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EAD74

Black with #4EAD74

Text Example


Text Example

White with #4EAD74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,173,116); }

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

background-color css

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

 a { background-color: rgb(78,173,116); }

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

border-color css

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

 span { border-color: rgb(78,173,116); }

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