#47A47A

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

Shades of Ocean Green #47A47A

Tints of Ocean Green #47A47A

Color information

#47A47A (or 0x47A47A) is unknown color: approx Ocean Green. HEX triplet: 47, A4 and 7A. RGB value is (71,164,122). Sum of RGB (Red+Green+Blue) = 71+164+122=357 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.89% from 357); Green value is 164 (64.45% from 255 or 45.94% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 164 - color contains mainly: green. Hex color #47A47A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47A47A is #B85B85. Grayscale: #838383. Windows color (decimal): -12082054 or 8037447. OLE color: 8037447.

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

Color convert

RGB71164122-
CMYK0.5700.260.36
HSL152.9º39.57%46.08%-
HSV(B)152.9º56.71%64.31%-
XYZ19.3929.323.05-
YUV131.4122.6984.92-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.89%
GREEN value IS 164 (64.45% from 255) = 45.94%
BLUE value IS 122 (48.05% from 255) = 34.17%
R=19.89%
G=45.94%
B=34.17%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal711641220.5700.260.36152.939.5746.08
Hex47A47A3901A2499282e
Octal10724417271032442315056
Binary100011110100100111101011100101101010010010011001101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,164,122); }

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

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

 a { background-color: rgb(71,164,122); }

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

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

 span { border-color: rgb(71,164,122); }

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