#47AB75

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

Shades of Ocean Green #47AB75

Tints of Ocean Green #47AB75

Color information

#47AB75 (or 0x47AB75) is unknown color: approx Ocean Green. HEX triplet: 47, AB and 75. RGB value is (71,171,117). Sum of RGB (Red+Green+Blue) = 71+171+117=359 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.78% from 359); Green value is 171 (67.19% from 255 or 47.63% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 171 - color contains mainly: green. Hex color #47AB75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47AB75 is #B8548A. Grayscale: #878787. Windows color (decimal): -12080267 or 7711559. OLE color: 7711559.

HSL color Cylindrical-coordinate representation of color #47AB75: hue angle of 147.6º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #47AB75 is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB71171117-
CMYK0.5800.320.33
HSL147.6º41.32%47.45%-
HSV(B)147.6º58.48%67.06%-
XYZ20.3731.7521.88-
YUV134.94117.8782.39-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.78%
GREEN value IS 171 (67.19% from 255) = 47.63%
BLUE value IS 117 (46.09% from 255) = 32.59%
R=19.78%
G=47.63%
B=32.59%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal711711170.5800.320.33147.641.3247.45
Hex47AB753A0202194292f
Octal10725316572040412245157
Binary1000111101010111110101111010010000010000110010100101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47AB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,171,117); }

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

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

 a { background-color: rgb(71,171,117); }

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

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

 span { border-color: rgb(71,171,117); }

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