#479872

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

Shades of Ocean Green #479872

Tints of Ocean Green #479872

Color information

#479872 (or 0x479872) is unknown color: approx Ocean Green. HEX triplet: 47, 98 and 72. RGB value is (71,152,114). Sum of RGB (Red+Green+Blue) = 71+152+114=337 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.07% from 337); Green value is 152 (59.77% from 255 or 45.10% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 152 - color contains mainly: green. Hex color #479872 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479872 is #B8678D. Grayscale: #7B7B7B. Windows color (decimal): -12085134 or 7510087. OLE color: 7510087.

HSL color Cylindrical-coordinate representation of color #479872: hue angle of 151.85º 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 #479872 is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB71152114-
CMYK0.5300.250.40
HSL151.85º36.32%43.73%-
HSV(B)151.85º53.29%59.61%-
XYZ16.8625.0119.86-
YUV123.45122.6690.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.07%
GREEN value IS 152 (59.77% from 255) = 45.10%
BLUE value IS 114 (44.92% from 255) = 33.83%
R=21.07%
G=45.10%
B=33.83%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal711521140.5300.250.40151.8536.3243.73
Hex479872350192898242c
Octal10723016265031502304454
Binary100011110011000111001011010101100110100010011000100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479872; }

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

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

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

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

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

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

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

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