#479C7A

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

Shades of Ocean Green #479C7A

Tints of Ocean Green #479C7A

Color information

#479C7A (or 0x479C7A) is unknown color: approx Ocean Green. HEX triplet: 47, 9C and 7A. RGB value is (71,156,122). Sum of RGB (Red+Green+Blue) = 71+156+122=349 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.34% from 349); Green value is 156 (61.33% from 255 or 44.70% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 156 - color contains mainly: green. Hex color #479C7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479C7A is #B86385. Grayscale: #7E7E7E. Windows color (decimal): -12084102 or 8035399. OLE color: 8035399.

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

Color convert

RGB71156122-
CMYK0.5400.220.39
HSL156º37.44%44.51%-
HSV(B)156º54.49%61.18%-
XYZ1826.5222.58-
YUV126.71125.3488.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.34%
GREEN value IS 156 (61.33% from 255) = 44.70%
BLUE value IS 122 (48.05% from 255) = 34.96%
R=20.34%
G=44.70%
B=34.96%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal711561220.5400.220.3915637.4444.51
Hex479C7A36016279c252d
Octal10723417266026472344555
Binary100011110011100111101011011001011010011110011100100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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