#47A37E

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

Shades of Ocean Green #47A37E

Tints of Ocean Green #47A37E

Color information

#47A37E (or 0x47A37E) is unknown color: approx Ocean Green. HEX triplet: 47, A3 and 7E. RGB value is (71,163,126). Sum of RGB (Red+Green+Blue) = 71+163+126=360 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.72% from 360); Green value is 163 (64.06% from 255 or 45.28% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 163 - color contains mainly: green. Hex color #47A37E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47A37E is #B85C81. Grayscale: #838383. Windows color (decimal): -12082306 or 8299335. OLE color: 8299335.

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

Color convert

RGB71163126-
CMYK0.5600.230.36
HSL155.87º39.32%45.88%-
HSV(B)155.87º56.44%63.92%-
XYZ19.4629.0424.32-
YUV131.27125.0285.01-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.72%
GREEN value IS 163 (64.06% from 255) = 45.28%
BLUE value IS 126 (49.61% from 255) = 35%
R=19.72%
G=45.28%
B=35%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal711631260.5600.230.36155.8739.3245.88
Hex47A37E38017249c272e
Octal10724317670027442344756
Binary100011110100011111111011100001011110010010011100100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A37E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,163,126); }

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

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

 a { background-color: rgb(71,163,126); }

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

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

 span { border-color: rgb(71,163,126); }

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