#4A966F

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

Shades of Ocean Green #4A966F

Tints of Ocean Green #4A966F

Color information

#4A966F (or 0x4A966F) is unknown color: approx Ocean Green. HEX triplet: 4A, 96 and 6F. RGB value is (74,150,111). Sum of RGB (Red+Green+Blue) = 74+150+111=335 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.09% from 335); Green value is 150 (58.98% from 255 or 44.78% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 150 - color contains mainly: green. Hex color #4A966F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A966F is #B56990. Grayscale: #7A7A7A. Windows color (decimal): -11889041 or 7312970. OLE color: 7312970.

HSL color Cylindrical-coordinate representation of color #4A966F: hue angle of 149.21º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A966F is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB74150111-
CMYK0.5100.260.41
HSL149.21º33.93%43.92%-
HSV(B)149.21º50.67%58.82%-
XYZ16.624.4218.88-
YUV122.83121.3293.17-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.09%
GREEN value IS 150 (58.98% from 255) = 44.78%
BLUE value IS 111 (43.75% from 255) = 33.13%
R=22.09%
G=44.78%
B=33.13%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal741501110.5100.260.41149.2133.9343.92
Hex4A966F3301A2995222c
Octal11222615763032512254254
Binary100101010010110110111111001101101010100110010101100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A966F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,150,111); }

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

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

 a { background-color: rgb(74,150,111); }

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

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

 span { border-color: rgb(74,150,111); }

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