#47A379

Color #47A379 Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #47A379

Tints of Ocean Green #47A379

Color information

#47A379 (or 0x47A379) is unknown color: approx Ocean Green. HEX triplet: 47, A3 and 79. RGB value is (71,163,121). Sum of RGB (Red+Green+Blue) = 71+163+121=355 (47% of max value = 765). Red value is 71 (28.12% from 255 or 20% from 355); Green value is 163 (64.06% from 255 or 45.92% from 355); Blue value is 121 (47.66% from 255 or 34.08% from 355); Max value from RGB is 163 - color contains mainly: green. Hex color #47A379 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47A379 is #B85C86. Grayscale: #828282. Windows color (decimal): -12082311 or 7971655. OLE color: 7971655.

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

Color convert

RGB71163121-
CMYK0.5600.260.36
HSL152.61º39.32%45.88%-
HSV(B)152.61º56.44%63.92%-
XYZ19.1528.9122.66-
YUV130.7122.5285.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20%
GREEN value IS 163 (64.06% from 255) = 45.92%
BLUE value IS 121 (47.66% from 255) = 34.08%
R=20%
G=45.92%
B=34.08%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal711631210.5600.260.36152.6139.3245.88
Hex47A3793801A2499272e
Octal10724317170032442314756
Binary100011110100011111100111100001101010010010011001100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #47A379;
 }
 .AnyTagClassName
 {
   color: #47A379;
 }
</style>
background-color css

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

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

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

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

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

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