#47A67F

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

Shades of Ocean Green #47A67F

Tints of Ocean Green #47A67F

Color information

#47A67F (or 0x47A67F) is unknown color: approx Ocean Green. HEX triplet: 47, A6 and 7F. RGB value is (71,166,127). Sum of RGB (Red+Green+Blue) = 71+166+127=364 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.51% from 364); Green value is 166 (65.23% from 255 or 45.60% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 166 - color contains mainly: green. Hex color #47A67F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47A67F is #B85980. Grayscale: #858585. Windows color (decimal): -12081537 or 8365639. OLE color: 8365639.

HSL color Cylindrical-coordinate representation of color #47A67F: hue angle of 155.37º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #47A67F is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB71166127-
CMYK0.5700.230.35
HSL155.37º40.08%46.47%-
HSV(B)155.37º57.23%65.1%-
XYZ20.0730.1424.84-
YUV133.15124.5383.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.51%
GREEN value IS 166 (65.23% from 255) = 45.60%
BLUE value IS 127 (50% from 255) = 34.89%
R=19.51%
G=45.60%
B=34.89%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal711661270.5700.230.35155.3740.0846.47
Hex47A67F39017239b282e
Octal10724617771027432335056
Binary100011110100110111111111100101011110001110011011101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,166,127); }

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

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

 a { background-color: rgb(71,166,127); }

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

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

 span { border-color: rgb(71,166,127); }

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