Html Css Color HEX #4EA481 Ocean Green

📋 copy color: '#4EA481'

red 78 ◦ green 164 ◦ blue 129

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

Shades of Ocean Green #4EA481

Tints of Ocean Green #4EA481

RGB

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

 GREEN value IS 164 (64.45% from 255) = 44.2%

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

R = 21.02%
G = 44.2%
B = 34.77%

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

#4EA481 (or 0x4EA481) is known color: Ocean Green. HEX triplet: 4E, A4 and 81. RGB value is (78,164,129). Sum of RGB (Red+Green+Blue) = 78+164+129=371 (49% of max value = 765). Red value is 78 (30.86% from 255 or 21.02% from 371); Green value is 164 (64.45% from 255 or 44.20% from 371); Blue value is 129 (50.78% from 255 or 34.77% from 371); Max value from RGB is 164 - color contains mainly: green. Hex color #4EA481 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EA481 is #B15B7E. Grayscale: #868686. Windows color (decimal): -11623295 or 8496206. OLE color: 8496206.

HSL color Cylindrical-coordinate representation of color #4EA481: hue angle of 155.58º degrees, saturation: 0.36, 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 #4EA481 is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB 78 164 129 -
CMYK 0.52 0 0.21 0.36
HSL 155.58º 0.36% 0.47% -
HSV(B) 155.58º 0.52% 0.64% -
XYZ 20.38 29.76 25.44 -
YUV 134.3 125.01 87.85 -
System Red Green Blue C M Y K H S L
Decimal 78 164 129 0.52 0 0.21 0.36 155.58 0.36 0.47
Hex 4E A4 81 34 0 15 24 9C 24 2F
Octal 116 244 201 64 0 25 44 234 44 57
Binary 1001110 10100100 10000001 110100 0 10101 100100 10011100 100100 101111

Color Harmonies of #4EA481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EA481

Black with #4EA481

Text Example


Text Example

White with #4EA481

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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