#47AD71

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

Shades of Ocean Green #47AD71

Tints of Ocean Green #47AD71

Color information

#47AD71 (or 0x47AD71) is unknown color: approx Ocean Green. HEX triplet: 47, AD and 71. RGB value is (71,173,113). Sum of RGB (Red+Green+Blue) = 71+173+113=357 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.89% from 357); Green value is 173 (67.97% from 255 or 48.46% from 357); Blue value is 113 (44.53% from 255 or 31.65% from 357); Max value from RGB is 173 - color contains mainly: green. Hex color #47AD71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47AD71 is #B8528E. Grayscale: #878787. Windows color (decimal): -12079759 or 7449927. OLE color: 7449927.

HSL color Cylindrical-coordinate representation of color #47AD71: hue angle of 144.71º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47AD71 is Cyan = 0.59, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB71173113-
CMYK0.5900.350.32
HSL144.71º41.8%47.84%-
HSV(B)144.71º58.96%67.84%-
XYZ20.5232.4220.8-
YUV135.66115.2181.88-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.89%
GREEN value IS 173 (67.97% from 255) = 48.46%
BLUE value IS 113 (44.53% from 255) = 31.65%
R=19.89%
G=48.46%
B=31.65%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal711731130.5900.350.32144.7141.847.84
Hex47AD713B02320912a30
Octal10725516173043402215260
Binary1000111101011011110001111011010001110000010010001101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47AD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,173,113); }

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

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

 a { background-color: rgb(71,173,113); }

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

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

 span { border-color: rgb(71,173,113); }

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