#47A77C

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

Shades of Ocean Green #47A77C

Tints of Ocean Green #47A77C

Color information

#47A77C (or 0x47A77C) is unknown color: approx Ocean Green. HEX triplet: 47, A7 and 7C. RGB value is (71,167,124). Sum of RGB (Red+Green+Blue) = 71+167+124=362 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.61% from 362); Green value is 167 (65.62% from 255 or 46.13% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 167 - color contains mainly: green. Hex color #47A77C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47A77C is #B85883. Grayscale: #858585. Windows color (decimal): -12081284 or 8169287. OLE color: 8169287.

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

Color convert

RGB71167124-
CMYK0.5700.260.35
HSL153.12º40.34%46.67%-
HSV(B)153.12º57.49%65.49%-
XYZ20.0630.4323.89-
YUV133.39122.783.5-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.61%
GREEN value IS 167 (65.62% from 255) = 46.13%
BLUE value IS 124 (48.83% from 255) = 34.25%
R=19.61%
G=46.13%
B=34.25%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal711671240.5700.260.35153.1240.3446.67
Hex47A77C3901A2399282f
Octal10724717471032432315057
Binary100011110100111111110011100101101010001110011001101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A77C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,167,124); }

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

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

 a { background-color: rgb(71,167,124); }

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

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

 span { border-color: rgb(71,167,124); }

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