#479875

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

Shades of Ocean Green #479875

Tints of Ocean Green #479875

Color information

#479875 (or 0x479875) is unknown color: approx Ocean Green. HEX triplet: 47, 98 and 75. RGB value is (71,152,117). Sum of RGB (Red+Green+Blue) = 71+152+117=340 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.88% from 340); Green value is 152 (59.77% from 255 or 44.71% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 152 - color contains mainly: green. Hex color #479875 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479875 is #B8678A. Grayscale: #7B7B7B. Windows color (decimal): -12085131 or 7706695. OLE color: 7706695.

HSL color Cylindrical-coordinate representation of color #479875: hue angle of 154.07º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #479875 is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB71152117-
CMYK0.5300.230.40
HSL154.07º36.32%43.73%-
HSV(B)154.07º53.29%59.61%-
XYZ17.0425.0820.77-
YUV123.79124.1690.35-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.88%
GREEN value IS 152 (59.77% from 255) = 44.71%
BLUE value IS 117 (46.09% from 255) = 34.41%
R=20.88%
G=44.71%
B=34.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal711521170.5300.230.40154.0736.3243.73
Hex47987535017289a242c
Octal10723016565027502324454
Binary100011110011000111010111010101011110100010011010100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479875; }

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

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

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

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

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

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

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

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