Html Css Color HEX #47A377 Ocean Green

📋 copy color: '#47A377'

red 71 ◦ green 163 ◦ blue 119

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

Shades of Ocean Green #47A377

Tints of Ocean Green #47A377

RGB

 RED value IS 71 (28.13% from 255) = 20.11%

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

 BLUE value IS 119 (46.88% from 255) = 33.71%

R = 20.11%
G = 46.18%
B = 33.71%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#47A377 (or 0x47A377) is known color: Ocean Green. HEX triplet: 47, A3 and 77. RGB value is (71,163,119). Sum of RGB (Red+Green+Blue) = 71+163+119=353 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.11% from 353); Green value is 163 (64.06% from 255 or 46.18% from 353); Blue value is 119 (46.88% from 255 or 33.71% from 353); Max value from RGB is 163 - color contains mainly: green. Hex color #47A377 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47A377 is #B85C88. Grayscale: #828282. Windows color (decimal): -12082313 or 7840583. OLE color: 7840583.

HSL color Cylindrical-coordinate representation of color #47A377: hue angle of 151.3º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #47A377 is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 71 163 119 -
CMYK 0.56 0 0.27 0.36
HSL 151.3º 0.39% 0.46% -
HSV(B) 151.3º 0.56% 0.64% -
XYZ 19.03 28.87 22.02 -
YUV 130.48 121.52 85.58 -
System Red Green Blue C M Y K H S L
Decimal 71 163 119 0.56 0 0.27 0.36 151.3 0.39 0.46
Hex 47 A3 77 38 0 1B 24 97 27 2E
Octal 107 243 167 70 0 33 44 227 47 56
Binary 1000111 10100011 1110111 111000 0 11011 100100 10010111 100111 101110

Color Harmonies of #47A377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47A377

Black with #47A377

Text Example


Text Example

White with #47A377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47A377; }

 p { color: rgb(71,163,119); }

 H1.HeaderClassName
 {
   color: #47A377;
 }
 .AnyTagClassName
 {
   color: #47A377;
 }
</style>

background-color css

<style>
 a { background-color: #47A377; }

 a { background-color: rgb(71,163,119); }

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

border-color css

<style>
 span { border-color: #47A377; }

 span { border-color: rgb(71,163,119); }

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