Html Css Color HEX #4EA381 Ocean Green

📋 copy color: '#4EA381'

red 78 ◦ green 163 ◦ blue 129

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

Shades of Ocean Green #4EA381

Tints of Ocean Green #4EA381

RGB

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

 GREEN value IS 163 (64.06% from 255) = 44.05%

 BLUE value IS 129 (50.78% from 255) = 34.86%

R = 21.08%
G = 44.05%
B = 34.86%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#4EA381 (or 0x4EA381) is known color: Ocean Green. HEX triplet: 4E, A3 and 81. RGB value is (78,163,129). Sum of RGB (Red+Green+Blue) = 78+163+129=370 (49% of max value = 765). Red value is 78 (30.86% from 255 or 21.08% from 370); Green value is 163 (64.06% from 255 or 44.05% from 370); Blue value is 129 (50.78% from 255 or 34.86% from 370); Max value from RGB is 163 - color contains mainly: green. Hex color #4EA381 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EA381 is #B15C7E. Grayscale: #858585. Windows color (decimal): -11623551 or 8495950. OLE color: 8495950.

HSL color Cylindrical-coordinate representation of color #4EA381: hue angle of 156º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4EA381 is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB 78 163 129 -
CMYK 0.52 0 0.21 0.36
HSL 156º 0.35% 0.47% -
HSV(B) 156º 0.52% 0.64% -
XYZ 20.2 29.4 25.38 -
YUV 133.71 125.34 88.26 -
System Red Green Blue C M Y K H S L
Decimal 78 163 129 0.52 0 0.21 0.36 156 0.35 0.47
Hex 4E A3 81 34 0 15 24 9C 23 2F
Octal 116 243 201 64 0 25 44 234 43 57
Binary 1001110 10100011 10000001 110100 0 10101 100100 10011100 100011 101111

Color Harmonies of #4EA381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EA381

Black with #4EA381

Text Example


Text Example

White with #4EA381

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,163,129); }

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

background-color css

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

 a { background-color: rgb(78,163,129); }

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

border-color css

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

 span { border-color: rgb(78,163,129); }

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