#47936C

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

Shades of Ocean Green #47936C

Tints of Ocean Green #47936C

Color information

#47936C (or 0x47936C) is unknown color: approx Ocean Green. HEX triplet: 47, 93 and 6C. RGB value is (71,147,108). Sum of RGB (Red+Green+Blue) = 71+147+108=326 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.78% from 326); Green value is 147 (57.81% from 255 or 45.09% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 147 - color contains mainly: green. Hex color #47936C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47936C is #B86C93. Grayscale: #777777. Windows color (decimal): -12086420 or 7115591. OLE color: 7115591.

HSL color Cylindrical-coordinate representation of color #47936C: hue angle of 149.21º 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 #47936C is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB71147108-
CMYK0.5200.270.42
HSL149.21º34.86%42.75%-
HSV(B)149.21º51.7%57.65%-
XYZ15.7423.2917.85-
YUV119.83121.3293.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.78%
GREEN value IS 147 (57.81% from 255) = 45.09%
BLUE value IS 108 (42.58% from 255) = 33.13%
R=21.78%
G=45.09%
B=33.13%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal711471080.5200.270.42149.2134.8642.75
Hex47936C3401B2A95232b
Octal10722315464033522254353
Binary100011110010011110110011010001101110101010010101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47936C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47936C; }

 p { color: rgb(71,147,108); }

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

<style>
 a { background-color: #47936C; }

 a { background-color: rgb(71,147,108); }

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

<style>
 span { border-color: #47936C; }

 span { border-color: rgb(71,147,108); }

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