#47A579

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

Shades of Ocean Green #47A579

Tints of Ocean Green #47A579

Color information

#47A579 (or 0x47A579) is unknown color: approx Ocean Green. HEX triplet: 47, A5 and 79. RGB value is (71,165,121). Sum of RGB (Red+Green+Blue) = 71+165+121=357 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.89% from 357); Green value is 165 (64.84% from 255 or 46.22% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 165 - color contains mainly: green. Hex color #47A579 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47A579 is #B85A86. Grayscale: #838383. Windows color (decimal): -12081799 or 7972167. OLE color: 7972167.

HSL color Cylindrical-coordinate representation of color #47A579: hue angle of 151.91º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #47A579 is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB71165121-
CMYK0.5700.270.35
HSL151.91º39.83%46.27%-
HSV(B)151.91º56.97%64.71%-
XYZ19.529.6322.78-
YUV131.88121.8684.58-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.89%
GREEN value IS 165 (64.84% from 255) = 46.22%
BLUE value IS 121 (47.66% from 255) = 33.89%
R=19.89%
G=46.22%
B=33.89%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal711651210.5700.270.35151.9139.8346.27
Hex47A5793901B2398282e
Octal10724517171033432305056
Binary100011110100101111100111100101101110001110011000101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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