#47AD6D

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

Shades of Ocean Green #47AD6D

Tints of Ocean Green #47AD6D

Color information

#47AD6D (or 0x47AD6D) is unknown color: approx Ocean Green. HEX triplet: 47, AD and 6D. RGB value is (71,173,109). Sum of RGB (Red+Green+Blue) = 71+173+109=353 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.11% from 353); Green value is 173 (67.97% from 255 or 49.01% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 173 - color contains mainly: green. Hex color #47AD6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47AD6D is #B85292. Grayscale: #878787. Windows color (decimal): -12079763 or 7187783. OLE color: 7187783.

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

Color convert

RGB71173109-
CMYK0.5900.370.32
HSL142.35º41.8%47.84%-
HSV(B)142.35º58.96%67.84%-
XYZ20.332.3319.64-
YUV135.21113.2182.2-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.11%
GREEN value IS 173 (67.97% from 255) = 49.01%
BLUE value IS 109 (42.97% from 255) = 30.88%
R=20.11%
G=49.01%
B=30.88%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal711731090.5900.370.32142.3541.847.84
Hex47AD6D3B025208e2a30
Octal10725515573045402165260
Binary1000111101011011101101111011010010110000010001110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47AD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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