Html Css Color HEX #4E946D Ocean Green

📋 copy color: '#4E946D'

red 78 ◦ green 148 ◦ blue 109

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

Shades of Ocean Green #4E946D

Tints of Ocean Green #4E946D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.18%

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

R = 23.28%
G = 44.18%
B = 32.54%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#4E946D (or 0x4E946D) is known color: Ocean Green. HEX triplet: 4E, 94 and 6D. RGB value is (78,148,109). Sum of RGB (Red+Green+Blue) = 78+148+109=335 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.28% from 335); Green value is 148 (58.20% from 255 or 44.18% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 148 - color contains mainly: green. Hex color #4E946D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E946D is #B16B92. Grayscale: #7A7A7A. Windows color (decimal): -11627411 or 7181390. OLE color: 7181390.

HSL color Cylindrical-coordinate representation of color #4E946D: hue angle of 146.57º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4E946D is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 78 148 109 -
CMYK 0.47 0 0.26 0.42
HSL 146.57º 0.31% 0.44% -
HSV(B) 146.57º 0.47% 0.58% -
XYZ 16.49 23.9 18.21 -
YUV 122.62 120.31 96.17 -
System Red Green Blue C M Y K H S L
Decimal 78 148 109 0.47 0 0.26 0.42 146.57 0.31 0.44
Hex 4E 94 6D 2F 0 1A 2A 93 1F 2C
Octal 116 224 155 57 0 32 52 223 37 54
Binary 1001110 10010100 1101101 101111 0 11010 101010 10010011 11111 101100

Color Harmonies of #4E946D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E946D

Black with #4E946D

Text Example


Text Example

White with #4E946D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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