#479b6b

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

Shades of Ocean Green #479B6B

Tints of Ocean Green #479B6B

Color information

#479B6B (or 0x479B6B) is unknown color: approx Ocean Green. HEX triplet: 47, 9B and 6B. RGB value is (71,155,107). Sum of RGB (Red+Green+Blue) = 71+155+107=333 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.32% from 333); Green value is 155 (60.94% from 255 or 46.55% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 155 - color contains mainly: green. Hex color #479B6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479B6B is #B86494. Grayscale: #7C7C7C. Windows color (decimal): -12084373 or 7052103. OLE color: 7052103.

HSL color Cylindrical-coordinate representation of color #479B6B: hue angle of 145.71º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #479B6B is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.

Color convert

RGB71155107-
CMYK0.5400.310.39
HSL145.71º37.17%44.31%-
HSV(B)145.71º54.19%60.78%-
XYZ16.9725.8418-
YUV124.41118.1789.9-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.32%
GREEN value IS 155 (60.94% from 255) = 46.55%
BLUE value IS 107 (42.19% from 255) = 32.13%
R=21.32%
G=46.55%
B=32.13%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal711551070.5400.310.39145.7137.1744.31
Hex479B6B3601F2792252c
Octal10723315366037472224554
Binary100011110011011110101111011001111110011110010010100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479b6b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479b6b; }

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

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

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

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

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

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

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

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