Html Css Color HEX #4E996D Ocean Green

📋 copy color: '#4E996D'

red 78 ◦ green 153 ◦ blue 109

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

Shades of Ocean Green #4E996D

Tints of Ocean Green #4E996D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45%

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

R = 22.94%
G = 45%
B = 32.06%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#4E996D (or 0x4E996D) is known color: Ocean Green. HEX triplet: 4E, 99 and 6D. RGB value is (78,153,109). Sum of RGB (Red+Green+Blue) = 78+153+109=340 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.94% from 340); Green value is 153 (60.16% from 255 or 45% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 153 - color contains mainly: green. Hex color #4E996D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E996D is #B16692. Grayscale: #7D7D7D. Windows color (decimal): -11626131 or 7182670. OLE color: 7182670.

HSL color Cylindrical-coordinate representation of color #4E996D: hue angle of 144.8º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4E996D is Cyan = 0.49, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB 78 153 109 -
CMYK 0.49 0 0.29 0.4
HSL 144.8º 0.32% 0.45% -
HSV(B) 144.8º 0.49% 0.6% -
XYZ 17.29 25.51 18.48 -
YUV 125.56 118.65 94.08 -
System Red Green Blue C M Y K H S L
Decimal 78 153 109 0.49 0 0.29 0.4 144.8 0.32 0.45
Hex 4E 99 6D 31 0 1D 28 91 20 2D
Octal 116 231 155 61 0 35 50 221 40 55
Binary 1001110 10011001 1101101 110001 0 11101 101000 10010001 100000 101101

Color Harmonies of #4E996D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E996D

Black with #4E996D

Text Example


Text Example

White with #4E996D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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