Html Css Color HEX #4E9E6E Ocean Green

📋 copy color: '#4E9E6E'

red 78 ◦ green 158 ◦ blue 110

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

Shades of Ocean Green #4E9E6E

Tints of Ocean Green #4E9E6E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 45.66%

 BLUE value IS 110 (43.36% from 255) = 31.79%

R = 22.54%
G = 45.66%
B = 31.79%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#4E9E6E (or 0x4E9E6E) is known color: Ocean Green. HEX triplet: 4E, 9E and 6E. RGB value is (78,158,110). Sum of RGB (Red+Green+Blue) = 78+158+110=346 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.54% from 346); Green value is 158 (62.11% from 255 or 45.66% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 158 - color contains mainly: green. Hex color #4E9E6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E9E6E is #B16191. Grayscale: #808080. Windows color (decimal): -11624850 or 7249486. OLE color: 7249486.

HSL color Cylindrical-coordinate representation of color #4E9E6E: hue angle of 144º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4E9E6E is Cyan = 0.51, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB 78 158 110 -
CMYK 0.51 0 0.30 0.38
HSL 144º 0.34% 0.46% -
HSV(B) 144º 0.51% 0.62% -
XYZ 18.18 27.2 19.04 -
YUV 128.61 117.5 91.9 -
System Red Green Blue C M Y K H S L
Decimal 78 158 110 0.51 0 0.30 0.38 144 0.34 0.46
Hex 4E 9E 6E 33 0 1E 26 90 22 2E
Octal 116 236 156 63 0 36 46 220 42 56
Binary 1001110 10011110 1101110 110011 0 11110 100110 10010000 100010 101110

Color Harmonies of #4E9E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E9E6E

Black with #4E9E6E

Text Example


Text Example

White with #4E9E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,158,110); }

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

background-color css

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

 a { background-color: rgb(78,158,110); }

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

border-color css

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

 span { border-color: rgb(78,158,110); }

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