Html Css Color HEX #4E916D Ocean Green

📋 copy color: '#4E916D'

red 78 ◦ green 145 ◦ blue 109

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

Shades of Ocean Green #4E916D

Tints of Ocean Green #4E916D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.67%

 BLUE value IS 109 (42.97% from 255) = 32.83%

R = 23.49%
G = 43.67%
B = 32.83%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#4E916D (or 0x4E916D) is known color: Ocean Green. HEX triplet: 4E, 91 and 6D. RGB value is (78,145,109). Sum of RGB (Red+Green+Blue) = 78+145+109=332 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.49% from 332); Green value is 145 (57.03% from 255 or 43.67% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 145 - color contains mainly: green. Hex color #4E916D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E916D is #B16E92. Grayscale: #787878. Windows color (decimal): -11628179 or 7180622. OLE color: 7180622.

HSL color Cylindrical-coordinate representation of color #4E916D: hue angle of 147.76º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4E916D is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB 78 145 109 -
CMYK 0.46 0 0.25 0.43
HSL 147.76º 0.3% 0.44% -
HSV(B) 147.76º 0.46% 0.57% -
XYZ 16.03 22.97 18.06 -
YUV 120.86 121.3 97.43 -
System Red Green Blue C M Y K H S L
Decimal 78 145 109 0.46 0 0.25 0.43 147.76 0.3 0.44
Hex 4E 91 6D 2E 0 19 2B 94 1E 2C
Octal 116 221 155 56 0 31 53 224 36 54
Binary 1001110 10010001 1101101 101110 0 11001 101011 10010100 11110 101100

Color Harmonies of #4E916D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E916D

Black with #4E916D

Text Example


Text Example

White with #4E916D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,145,109); }

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

background-color css

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

 a { background-color: rgb(78,145,109); }

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

border-color css

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

 span { border-color: rgb(78,145,109); }

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