#47AD72

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

Shades of Ocean Green #47AD72

Tints of Ocean Green #47AD72

Color information

#47AD72 (or 0x47AD72) is unknown color: approx Ocean Green. HEX triplet: 47, AD and 72. RGB value is (71,173,114). Sum of RGB (Red+Green+Blue) = 71+173+114=358 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.83% from 358); Green value is 173 (67.97% from 255 or 48.32% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 173 - color contains mainly: green. Hex color #47AD72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47AD72 is #B8528D. Grayscale: #878787. Windows color (decimal): -12079758 or 7515463. OLE color: 7515463.

HSL color Cylindrical-coordinate representation of color #47AD72: hue angle of 145.29º 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 #47AD72 is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB71173114-
CMYK0.5900.340.32
HSL145.29º41.8%47.84%-
HSV(B)145.29º58.96%67.84%-
XYZ20.5832.4421.1-
YUV135.78115.7181.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.83%
GREEN value IS 173 (67.97% from 255) = 48.32%
BLUE value IS 114 (44.92% from 255) = 31.84%
R=19.83%
G=48.32%
B=31.84%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal711731140.5900.340.32145.2941.847.84
Hex47AD723B02220912a30
Octal10725516273042402215260
Binary1000111101011011110010111011010001010000010010001101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47AD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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