Html Css Color HEX #4E9772 Ocean Green

📋 copy color: '#4E9772'

red 78 ◦ green 151 ◦ blue 114

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

Shades of Ocean Green #4E9772

Tints of Ocean Green #4E9772

RGB

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

 GREEN value IS 151 (59.38% from 255) = 44.02%

 BLUE value IS 114 (44.92% from 255) = 33.24%

R = 22.74%
G = 44.02%
B = 33.24%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#4E9772 (or 0x4E9772) is known color: Ocean Green. HEX triplet: 4E, 97 and 72. RGB value is (78,151,114). Sum of RGB (Red+Green+Blue) = 78+151+114=343 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.74% from 343); Green value is 151 (59.38% from 255 or 44.02% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 151 - color contains mainly: green. Hex color #4E9772 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E9772 is #B1688D. Grayscale: #7D7D7D. Windows color (decimal): -11626638 or 7509838. OLE color: 7509838.

HSL color Cylindrical-coordinate representation of color #4E9772: hue angle of 149.59º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4E9772 is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 78 151 114 -
CMYK 0.48 0 0.25 0.41
HSL 149.59º 0.32% 0.45% -
HSV(B) 149.59º 0.48% 0.59% -
XYZ 17.25 24.97 19.83 -
YUV 124.96 121.82 94.51 -
System Red Green Blue C M Y K H S L
Decimal 78 151 114 0.48 0 0.25 0.41 149.59 0.32 0.45
Hex 4E 97 72 30 0 19 29 96 20 2D
Octal 116 227 162 60 0 31 51 226 40 55
Binary 1001110 10010111 1110010 110000 0 11001 101001 10010110 100000 101101

Color Harmonies of #4E9772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E9772

Black with #4E9772

Text Example


Text Example

White with #4E9772

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,151,114); }

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

background-color css

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

 a { background-color: rgb(78,151,114); }

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

border-color css

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

 span { border-color: rgb(78,151,114); }

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