#47b178

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

Shades of Ocean Green #47B178

Tints of Ocean Green #47B178

Color information

#47B178 (or 0x47B178) is unknown color: approx Ocean Green. HEX triplet: 47, B1 and 78. RGB value is (71,177,120). Sum of RGB (Red+Green+Blue) = 71+177+120=368 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.29% from 368); Green value is 177 (69.53% from 255 or 48.10% from 368); Blue value is 120 (47.27% from 255 or 32.61% from 368); Max value from RGB is 177 - color contains mainly: green. Hex color #47B178 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47B178 is #B84E87. Grayscale: #8A8A8A. Windows color (decimal): -12078728 or 7909703. OLE color: 7909703.

HSL color Cylindrical-coordinate representation of color #47B178: hue angle of 147.74º 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 #47B178 is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB71177120-
CMYK0.6000.320.31
HSL147.74º42.74%48.63%-
HSV(B)147.74º59.89%69.41%-
XYZ21.7134.1423.21-
YUV138.81117.3879.63-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.29%
GREEN value IS 177 (69.53% from 255) = 48.10%
BLUE value IS 120 (47.27% from 255) = 32.61%
R=19.29%
G=48.10%
B=32.61%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal711771200.6000.320.31147.7442.7448.63
Hex47B1783C0201F942b31
Octal10726117074040372245361
Binary100011110110001111100011110001000001111110010100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47b178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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