#47AD70

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

Shades of Ocean Green #47AD70

Tints of Ocean Green #47AD70

Color information

#47AD70 (or 0x47AD70) is unknown color: approx Ocean Green. HEX triplet: 47, AD and 70. RGB value is (71,173,112). Sum of RGB (Red+Green+Blue) = 71+173+112=356 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.94% from 356); Green value is 173 (67.97% from 255 or 48.60% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 173 - color contains mainly: green. Hex color #47AD70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47AD70 is #B8528F. Grayscale: #878787. Windows color (decimal): -12079760 or 7384391. OLE color: 7384391.

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

Color convert

RGB71173112-
CMYK0.5900.350.32
HSL144.12º41.8%47.84%-
HSV(B)144.12º58.96%67.84%-
XYZ20.4732.420.5-
YUV135.55114.7181.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.94%
GREEN value IS 173 (67.97% from 255) = 48.60%
BLUE value IS 112 (44.14% from 255) = 31.46%
R=19.94%
G=48.60%
B=31.46%

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
Decimal711731120.5900.350.32144.1241.847.84
Hex47AD703B02320902a30
Octal10725516073043402205260
Binary1000111101011011110000111011010001110000010010000101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47AD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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