Html Css Color HEX #4EB374 Ocean Green

📋 copy color: '#4EB374'

red 78 ◦ green 179 ◦ blue 116

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

Shades of Ocean Green #4EB374

Tints of Ocean Green #4EB374

RGB

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

 GREEN value IS 179 (70.31% from 255) = 47.99%

 BLUE value IS 116 (45.7% from 255) = 31.1%

R = 20.91%
G = 47.99%
B = 31.1%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#4EB374 (or 0x4EB374) is known color: Ocean Green. HEX triplet: 4E, B3 and 74. RGB value is (78,179,116). Sum of RGB (Red+Green+Blue) = 78+179+116=373 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.91% from 373); Green value is 179 (70.31% from 255 or 47.99% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 179 - color contains mainly: green. Hex color #4EB374 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EB374 is #B14C8B. Grayscale: #8D8D8D. Windows color (decimal): -11619468 or 7648078. OLE color: 7648078.

HSL color Cylindrical-coordinate representation of color #4EB374: hue angle of 142.57º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4EB374 is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB 78 179 116 -
CMYK 0.56 0 0.35 0.30
HSL 142.57º 0.4% 0.5% -
HSV(B) 142.57º 0.56% 0.7% -
XYZ 22.41 35.12 22.12 -
YUV 141.62 113.54 82.62 -
System Red Green Blue C M Y K H S L
Decimal 78 179 116 0.56 0 0.35 0.30 142.57 0.4 0.5
Hex 4E B3 74 38 0 23 1E 8F 28 32
Octal 116 263 164 70 0 43 36 217 50 62
Binary 1001110 10110011 1110100 111000 0 100011 11110 10001111 101000 110010

Color Harmonies of #4EB374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EB374

Black with #4EB374

Text Example


Text Example

White with #4EB374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,179,116); }

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

background-color css

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

 a { background-color: rgb(78,179,116); }

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

border-color css

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

 span { border-color: rgb(78,179,116); }

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