#479977

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

Shades of Ocean Green #479977

Tints of Ocean Green #479977

Color information

#479977 (or 0x479977) is unknown color: approx Ocean Green. HEX triplet: 47, 99 and 77. RGB value is (71,153,119). Sum of RGB (Red+Green+Blue) = 71+153+119=343 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.70% from 343); Green value is 153 (60.16% from 255 or 44.61% from 343); Blue value is 119 (46.88% from 255 or 34.69% from 343); Max value from RGB is 153 - color contains mainly: green. Hex color #479977 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479977 is #B86688. Grayscale: #7C7C7C. Windows color (decimal): -12084873 or 7838023. OLE color: 7838023.

HSL color Cylindrical-coordinate representation of color #479977: hue angle of 155.12º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #479977 is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB71153119-
CMYK0.5400.220.4
HSL155.12º36.61%43.92%-
HSV(B)155.12º53.59%60%-
XYZ17.3225.4521.45-
YUV124.61124.8389.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.70%
GREEN value IS 153 (60.16% from 255) = 44.61%
BLUE value IS 119 (46.88% from 255) = 34.69%
R=20.70%
G=44.61%
B=34.69%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal711531190.5400.220.4155.1236.6143.92
Hex47997736016289b252c
Octal10723116766026502334554
Binary100011110011001111011111011001011010100010011011100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479977; }

 p { color: rgb(71,153,119); }

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

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

 a { background-color: rgb(71,153,119); }

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

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

 span { border-color: rgb(71,153,119); }

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