#47A77D

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

Shades of Ocean Green #47A77D

Tints of Ocean Green #47A77D

Color information

#47A77D (or 0x47A77D) is unknown color: approx Ocean Green. HEX triplet: 47, A7 and 7D. RGB value is (71,167,125). Sum of RGB (Red+Green+Blue) = 71+167+125=363 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.56% from 363); Green value is 167 (65.62% from 255 or 46.01% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 167 - color contains mainly: green. Hex color #47A77D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47A77D is #B85882. Grayscale: #858585. Windows color (decimal): -12081283 or 8234823. OLE color: 8234823.

HSL color Cylindrical-coordinate representation of color #47A77D: hue angle of 153.75º 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 #47A77D is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB71167125-
CMYK0.5700.250.35
HSL153.75º40.34%46.67%-
HSV(B)153.75º57.49%65.49%-
XYZ20.1230.4624.22-
YUV133.51123.283.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.56%
GREEN value IS 167 (65.62% from 255) = 46.01%
BLUE value IS 125 (49.22% from 255) = 34.44%
R=19.56%
G=46.01%
B=34.44%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal711671250.5700.250.35153.7540.3446.67
Hex47A77D39019239a282f
Octal10724717571031432325057
Binary100011110100111111110111100101100110001110011010101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A77D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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