#479F7A

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

Shades of Ocean Green #479F7A

Tints of Ocean Green #479F7A

Color information

#479F7A (or 0x479F7A) is unknown color: approx Ocean Green. HEX triplet: 47, 9F and 7A. RGB value is (71,159,122). Sum of RGB (Red+Green+Blue) = 71+159+122=352 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.17% from 352); Green value is 159 (62.5% from 255 or 45.17% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 159 - color contains mainly: green. Hex color #479F7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479F7A is #B86085. Grayscale: #808080. Windows color (decimal): -12083334 or 8036167. OLE color: 8036167.

HSL color Cylindrical-coordinate representation of color #479F7A: hue angle of 154.77º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #479F7A is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB71159122-
CMYK0.5500.230.38
HSL154.77º38.26%45.1%-
HSV(B)154.77º55.35%62.35%-
XYZ18.5127.5422.75-
YUV128.47124.3587.01-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.17%
GREEN value IS 159 (62.5% from 255) = 45.17%
BLUE value IS 122 (48.05% from 255) = 34.66%
R=20.17%
G=45.17%
B=34.66%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal711591220.5500.230.38154.7738.2645.1
Hex479F7A37017269b262d
Octal10723717267027462334655
Binary100011110011111111101011011101011110011010011011100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,159,122); }

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

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

 a { background-color: rgb(71,159,122); }

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

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

 span { border-color: rgb(71,159,122); }

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