Html Css Color HEX #4EA471 Ocean Green

📋 copy color: '#4EA471'

red 78 ◦ green 164 ◦ blue 113

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

Shades of Ocean Green #4EA471

Tints of Ocean Green #4EA471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 31.83%

R = 21.97%
G = 46.2%
B = 31.83%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#4EA471 (or 0x4EA471) is known color: Ocean Green. HEX triplet: 4E, A4 and 71. RGB value is (78,164,113). Sum of RGB (Red+Green+Blue) = 78+164+113=355 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.97% from 355); Green value is 164 (64.45% from 255 or 46.20% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 164 - color contains mainly: green. Hex color #4EA471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA471 is #B15B8E. Grayscale: #848484. Windows color (decimal): -11623311 or 7447630. OLE color: 7447630.

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

Color convert

RGB 78 164 113 -
CMYK 0.52 0 0.31 0.36
HSL 144.42º 0.36% 0.47% -
HSV(B) 144.42º 0.52% 0.64% -
XYZ 19.4 29.36 20.27 -
YUV 132.47 117.01 89.15 -
System Red Green Blue C M Y K H S L
Decimal 78 164 113 0.52 0 0.31 0.36 144.42 0.36 0.47
Hex 4E A4 71 34 0 1F 24 90 24 2F
Octal 116 244 161 64 0 37 44 220 44 57
Binary 1001110 10100100 1110001 110100 0 11111 100100 10010000 100100 101111

Color Harmonies of #4EA471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EA471

Black with #4EA471

Text Example


Text Example

White with #4EA471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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