#47B17B

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

Shades of Ocean Green #47B17B

Tints of Ocean Green #47B17B

Color information

#47B17B (or 0x47B17B) is unknown color: approx Ocean Green. HEX triplet: 47, B1 and 7B. RGB value is (71,177,123). Sum of RGB (Red+Green+Blue) = 71+177+123=371 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.14% from 371); Green value is 177 (69.53% from 255 or 47.71% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 177 - color contains mainly: green. Hex color #47B17B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47B17B is #B84E84. Grayscale: #8B8B8B. Windows color (decimal): -12078725 or 8106311. OLE color: 8106311.

HSL color Cylindrical-coordinate representation of color #47B17B: hue angle of 149.43º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #47B17B is Cyan = 0.60, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB71177123-
CMYK0.6000.310.31
HSL149.43º42.74%48.63%-
HSV(B)149.43º59.89%69.41%-
XYZ21.934.2124.19-
YUV139.15118.8879.39-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.14%
GREEN value IS 177 (69.53% from 255) = 47.71%
BLUE value IS 123 (48.44% from 255) = 33.15%
R=19.14%
G=47.71%
B=33.15%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal711771230.6000.310.31149.4342.7448.63
Hex47B17B3C01F1F952b31
Octal10726117374037372255361
Binary10001111011000111110111111000111111111110010101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47B17B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,177,123); }

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

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

 a { background-color: rgb(71,177,123); }

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

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

 span { border-color: rgb(71,177,123); }

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