Html Css Color HEX #4E946F Ocean Green

📋 copy color: '#4E946F'

red 78 ◦ green 148 ◦ blue 111

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

Shades of Ocean Green #4E946F

Tints of Ocean Green #4E946F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.94%

R = 23.15%
G = 43.92%
B = 32.94%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#4E946F (or 0x4E946F) is known color: Ocean Green. HEX triplet: 4E, 94 and 6F. RGB value is (78,148,111). Sum of RGB (Red+Green+Blue) = 78+148+111=337 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.15% from 337); Green value is 148 (58.20% from 255 or 43.92% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 148 - color contains mainly: green. Hex color #4E946F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E946F is #B16B90. Grayscale: #7A7A7A. Windows color (decimal): -11627409 or 7312462. OLE color: 7312462.

HSL color Cylindrical-coordinate representation of color #4E946F: hue angle of 148.29º 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 #4E946F is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 78 148 111 -
CMYK 0.47 0 0.25 0.42
HSL 148.29º 0.31% 0.44% -
HSV(B) 148.29º 0.47% 0.58% -
XYZ 16.6 23.95 18.79 -
YUV 122.85 121.31 96.01 -
System Red Green Blue C M Y K H S L
Decimal 78 148 111 0.47 0 0.25 0.42 148.29 0.31 0.44
Hex 4E 94 6F 2F 0 19 2A 94 1F 2C
Octal 116 224 157 57 0 31 52 224 37 54
Binary 1001110 10010100 1101111 101111 0 11001 101010 10010100 11111 101100

Color Harmonies of #4E946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E946F

Black with #4E946F

Text Example


Text Example

White with #4E946F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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