#47AC6C

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

Shades of Ocean Green #47AC6C

Tints of Ocean Green #47AC6C

Color information

#47AC6C (or 0x47AC6C) is unknown color: approx Ocean Green. HEX triplet: 47, AC and 6C. RGB value is (71,172,108). Sum of RGB (Red+Green+Blue) = 71+172+108=351 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.23% from 351); Green value is 172 (67.58% from 255 or 49.00% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 172 - color contains mainly: green. Hex color #47AC6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47AC6C is #B85393. Grayscale: #868686. Windows color (decimal): -12080020 or 7121991. OLE color: 7121991.

HSL color Cylindrical-coordinate representation of color #47AC6C: hue angle of 141.98º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47AC6C is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB71172108-
CMYK0.5900.370.33
HSL141.98º41.56%47.65%-
HSV(B)141.98º58.72%67.45%-
XYZ20.0631.9319.29-
YUV134.5113.0482.7-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.23%
GREEN value IS 172 (67.58% from 255) = 49.00%
BLUE value IS 108 (42.58% from 255) = 30.77%
R=20.23%
G=49.00%
B=30.77%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal711721080.5900.370.33141.9841.5647.65
Hex47AC6C3B025218e2a30
Octal10725415473045412165260
Binary1000111101011001101100111011010010110000110001110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47AC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,172,108); }

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

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

 a { background-color: rgb(71,172,108); }

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

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

 span { border-color: rgb(71,172,108); }

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