Html Css Color HEX #4EB384 Ocean Green

📋 copy color: '#4EB384'

red 78 ◦ green 179 ◦ blue 132

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

Shades of Ocean Green #4EB384

Tints of Ocean Green #4EB384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 33.93%

R = 20.05%
G = 46.02%
B = 33.93%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#4EB384 (or 0x4EB384) is known color: Ocean Green. HEX triplet: 4E, B3 and 84. RGB value is (78,179,132). Sum of RGB (Red+Green+Blue) = 78+179+132=389 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20.05% from 389); Green value is 179 (70.31% from 255 or 46.02% from 389); Blue value is 132 (51.95% from 255 or 33.93% from 389); Max value from RGB is 179 - color contains mainly: green. Hex color #4EB384 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EB384 is #B14C7B. Grayscale: #8F8F8F. Windows color (decimal): -11619452 or 8696654. OLE color: 8696654.

HSL color Cylindrical-coordinate representation of color #4EB384: hue angle of 152.08º 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 #4EB384 is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB 78 179 132 -
CMYK 0.56 0 0.26 0.30
HSL 152.08º 0.4% 0.5% -
HSV(B) 152.08º 0.56% 0.7% -
XYZ 23.43 35.53 27.45 -
YUV 143.44 121.54 81.32 -
System Red Green Blue C M Y K H S L
Decimal 78 179 132 0.56 0 0.26 0.30 152.08 0.4 0.5
Hex 4E B3 84 38 0 1A 1E 98 28 32
Octal 116 263 204 70 0 32 36 230 50 62
Binary 1001110 10110011 10000100 111000 0 11010 11110 10011000 101000 110010

Color Harmonies of #4EB384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EB384

Black with #4EB384

Text Example


Text Example

White with #4EB384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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