#47956B

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

Shades of Ocean Green #47956B

Tints of Ocean Green #47956B

Color information

#47956B (or 0x47956B) is unknown color: approx Ocean Green. HEX triplet: 47, 95 and 6B. RGB value is (71,149,107). Sum of RGB (Red+Green+Blue) = 71+149+107=327 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.71% from 327); Green value is 149 (58.59% from 255 or 45.57% from 327); Blue value is 107 (42.19% from 255 or 32.72% from 327); Max value from RGB is 149 - color contains mainly: green. Hex color #47956B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47956B is #B86A94. Grayscale: #787878. Windows color (decimal): -12085909 or 7050567. OLE color: 7050567.

HSL color Cylindrical-coordinate representation of color #47956B: hue angle of 147.69º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #47956B is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB71149107-
CMYK0.5200.280.42
HSL147.69º35.45%43.14%-
HSV(B)147.69º52.35%58.43%-
XYZ1623.917.68-
YUV120.89120.1692.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.71%
GREEN value IS 149 (58.59% from 255) = 45.57%
BLUE value IS 107 (42.19% from 255) = 32.72%
R=21.71%
G=45.57%
B=32.72%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal711491070.5200.280.42147.6935.4543.14
Hex47956B3401C2A94232b
Octal10722515364034522244353
Binary100011110010101110101111010001110010101010010100100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47956B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47956B; }

 p { color: rgb(71,149,107); }

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

<style>
 a { background-color: #47956B; }

 a { background-color: rgb(71,149,107); }

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

<style>
 span { border-color: #47956B; }

 span { border-color: rgb(71,149,107); }

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