#4A9568

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

Shades of Ocean Green #4A9568

Tints of Ocean Green #4A9568

Color information

#4A9568 (or 0x4A9568) is unknown color: approx Ocean Green. HEX triplet: 4A, 95 and 68. RGB value is (74,149,104). Sum of RGB (Red+Green+Blue) = 74+149+104=327 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.63% from 327); Green value is 149 (58.59% from 255 or 45.57% from 327); Blue value is 104 (41.02% from 255 or 31.80% from 327); Max value from RGB is 149 - color contains mainly: green. Hex color #4A9568 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A9568 is #B56A97. Grayscale: #797979. Windows color (decimal): -11889304 or 6853962. OLE color: 6853962.

HSL color Cylindrical-coordinate representation of color #4A9568: hue angle of 144º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A9568 is Cyan = 0.50, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB74149104-
CMYK0.5000.300.42
HSL144º33.63%43.73%-
HSV(B)144º50.34%58.43%-
XYZ16.0723.9516.87-
YUV121.44118.1594.16-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.63%
GREEN value IS 149 (58.59% from 255) = 45.57%
BLUE value IS 104 (41.02% from 255) = 31.80%
R=22.63%
G=45.57%
B=31.80%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal741491040.5000.300.4214433.6343.73
Hex4A95683201E2A90222c
Octal11222515062036522204254
Binary100101010010101110100011001001111010101010010000100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A9568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,149,104); }

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

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

 a { background-color: rgb(74,149,104); }

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

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

 span { border-color: rgb(74,149,104); }

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