#47AD6F

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

Shades of Ocean Green #47AD6F

Tints of Ocean Green #47AD6F

Color information

#47AD6F (or 0x47AD6F) is unknown color: approx Ocean Green. HEX triplet: 47, AD and 6F. RGB value is (71,173,111). Sum of RGB (Red+Green+Blue) = 71+173+111=355 (47% of max value = 765). Red value is 71 (28.12% from 255 or 20% from 355); Green value is 173 (67.97% from 255 or 48.73% from 355); Blue value is 111 (43.75% from 255 or 31.27% from 355); Max value from RGB is 173 - color contains mainly: green. Hex color #47AD6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47AD6F is #B85290. Grayscale: #878787. Windows color (decimal): -12079761 or 7318855. OLE color: 7318855.

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

Color convert

RGB71173111-
CMYK0.5900.360.32
HSL143.53º41.8%47.84%-
HSV(B)143.53º58.96%67.84%-
XYZ20.4132.3720.21-
YUV135.43114.2182.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20%
GREEN value IS 173 (67.97% from 255) = 48.73%
BLUE value IS 111 (43.75% from 255) = 31.27%
R=20%
G=48.73%
B=31.27%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal711731110.5900.360.32143.5341.847.84
Hex47AD6F3B02420902a30
Octal10725515773044402205260
Binary1000111101011011101111111011010010010000010010000101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47AD6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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