#4FA484

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

Shades of Ocean Green #4FA484

Tints of Ocean Green #4FA484

Color information

#4FA484 (or 0x4FA484) is unknown color: approx Ocean Green. HEX triplet: 4F, A4 and 84. RGB value is (79,164,132). Sum of RGB (Red+Green+Blue) = 79+164+132=375 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.07% from 375); Green value is 164 (64.45% from 255 or 43.73% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 164 - color contains mainly: green. Hex color #4FA484 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA484 is #B05B7B. Grayscale: #868686. Windows color (decimal): -11557756 or 8692815. OLE color: 8692815.

HSL color Cylindrical-coordinate representation of color #4FA484: hue angle of 157.41º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4FA484 is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB79164132-
CMYK0.5200.200.36
HSL157.41º34.98%47.65%-
HSV(B)157.41º51.83%64.31%-
XYZ20.6629.8826.51-
YUV134.94126.3488.1-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.07%
GREEN value IS 164 (64.45% from 255) = 43.73%
BLUE value IS 132 (51.95% from 255) = 35.2%
R=21.07%
G=43.73%
B=35.2%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal791641320.5200.200.36157.4134.9847.65
Hex4FA48434014249d2330
Octal11724420464024442354360
Binary1001111101001001000010011010001010010010010011101100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4FA484; }

 p { color: rgb(79,164,132); }

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

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

 a { background-color: rgb(79,164,132); }

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

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

 span { border-color: rgb(79,164,132); }

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