Html Css Color HEX #4E9D70 Ocean Green

📋 copy color: '#4E9D70'

red 78 ◦ green 157 ◦ blue 112

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

Shades of Ocean Green #4E9D70

Tints of Ocean Green #4E9D70

RGB

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

 GREEN value IS 157 (61.72% from 255) = 45.24%

 BLUE value IS 112 (44.14% from 255) = 32.28%

R = 22.48%
G = 45.24%
B = 32.28%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#4E9D70 (or 0x4E9D70) is known color: Ocean Green. HEX triplet: 4E, 9D and 70. RGB value is (78,157,112). Sum of RGB (Red+Green+Blue) = 78+157+112=347 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.48% from 347); Green value is 157 (61.72% from 255 or 45.24% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 157 - color contains mainly: green. Hex color #4E9D70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E9D70 is #B1628F. Grayscale: #808080. Windows color (decimal): -11625104 or 7380302. OLE color: 7380302.

HSL color Cylindrical-coordinate representation of color #4E9D70: hue angle of 145.82º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E9D70 is Cyan = 0.50, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB 78 157 112 -
CMYK 0.50 0 0.29 0.38
HSL 145.82º 0.34% 0.46% -
HSV(B) 145.82º 0.5% 0.62% -
XYZ 18.12 26.9 19.57 -
YUV 128.25 118.83 92.16 -
System Red Green Blue C M Y K H S L
Decimal 78 157 112 0.50 0 0.29 0.38 145.82 0.34 0.46
Hex 4E 9D 70 32 0 1D 26 92 22 2E
Octal 116 235 160 62 0 35 46 222 42 56
Binary 1001110 10011101 1110000 110010 0 11101 100110 10010010 100010 101110

Color Harmonies of #4E9D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E9D70

Black with #4E9D70

Text Example


Text Example

White with #4E9D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,157,112); }

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

background-color css

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

 a { background-color: rgb(78,157,112); }

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

border-color css

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

 span { border-color: rgb(78,157,112); }

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