#47AD75

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

Shades of Ocean Green #47AD75

Tints of Ocean Green #47AD75

Color information

#47AD75 (or 0x47AD75) is unknown color: approx Ocean Green. HEX triplet: 47, AD and 75. RGB value is (71,173,117). Sum of RGB (Red+Green+Blue) = 71+173+117=361 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.67% from 361); Green value is 173 (67.97% from 255 or 47.92% from 361); Blue value is 117 (46.09% from 255 or 32.41% from 361); Max value from RGB is 173 - color contains mainly: green. Hex color #47AD75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47AD75 is #B8528A. Grayscale: #888888. Windows color (decimal): -12079755 or 7712071. OLE color: 7712071.

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

Color convert

RGB71173117-
CMYK0.5900.320.32
HSL147.06º41.8%47.84%-
HSV(B)147.06º58.96%67.84%-
XYZ20.7532.5122.01-
YUV136.12117.2181.55-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.67%
GREEN value IS 173 (67.97% from 255) = 47.92%
BLUE value IS 117 (46.09% from 255) = 32.41%
R=19.67%
G=47.92%
B=32.41%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal711731170.5900.320.32147.0641.847.84
Hex47AD753B02020932a30
Octal10725516573040402235260
Binary1000111101011011110101111011010000010000010010011101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47AD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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