#4FA281

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

Shades of Ocean Green #4FA281

Tints of Ocean Green #4FA281

Color information

#4FA281 (or 0x4FA281) is unknown color: approx Ocean Green. HEX triplet: 4F, A2 and 81. RGB value is (79,162,129). Sum of RGB (Red+Green+Blue) = 79+162+129=370 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.35% from 370); Green value is 162 (63.67% from 255 or 43.78% from 370); Blue value is 129 (50.78% from 255 or 34.86% from 370); Max value from RGB is 162 - color contains mainly: green. Hex color #4FA281 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA281 is #B05D7E. Grayscale: #858585. Windows color (decimal): -11558271 or 8495695. OLE color: 8495695.

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

Color convert

RGB79162129-
CMYK0.5100.200.36
HSL156.14º34.44%47.25%-
HSV(B)156.14º51.23%63.53%-
XYZ20.1129.0925.32-
YUV133.42125.589.18-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.35%
GREEN value IS 162 (63.67% from 255) = 43.78%
BLUE value IS 129 (50.78% from 255) = 34.86%
R=21.35%
G=43.78%
B=34.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal791621290.5100.200.36156.1434.4447.25
Hex4FA28133014249c222f
Octal11724220163024442344257
Binary1001111101000101000000111001101010010010010011100100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,162,129); }

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

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

 a { background-color: rgb(79,162,129); }

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

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

 span { border-color: rgb(79,162,129); }

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