#479670

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

Shades of Ocean Green #479670

Tints of Ocean Green #479670

Color information

#479670 (or 0x479670) is unknown color: approx Ocean Green. HEX triplet: 47, 96 and 70. RGB value is (71,150,112). Sum of RGB (Red+Green+Blue) = 71+150+112=333 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.32% from 333); Green value is 150 (58.98% from 255 or 45.05% from 333); Blue value is 112 (44.14% from 255 or 33.63% from 333); Max value from RGB is 150 - color contains mainly: green. Hex color #479670 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479670 is #B8698F. Grayscale: #7A7A7A. Windows color (decimal): -12085648 or 7378503. OLE color: 7378503.

HSL color Cylindrical-coordinate representation of color #479670: hue angle of 151.14º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #479670 is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB71150112-
CMYK0.5300.250.41
HSL151.14º35.75%43.33%-
HSV(B)151.14º52.67%58.82%-
XYZ16.4324.3219.16-
YUV122.05122.3391.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.32%
GREEN value IS 150 (58.98% from 255) = 45.05%
BLUE value IS 112 (44.14% from 255) = 33.63%
R=21.32%
G=45.05%
B=33.63%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal711501120.5300.250.41151.1435.7543.33
Hex479670350192997242b
Octal10722616065031512274453
Binary100011110010110111000011010101100110100110010111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479670; }

 p { color: rgb(71,150,112); }

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

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

 a { background-color: rgb(71,150,112); }

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

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

 span { border-color: rgb(71,150,112); }

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