#4C946A

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

Shades of Ocean Green #4C946A

Tints of Ocean Green #4C946A

Color information

#4C946A (or 0x4C946A) is unknown color: approx Ocean Green. HEX triplet: 4C, 94 and 6A. RGB value is (76,148,106). Sum of RGB (Red+Green+Blue) = 76+148+106=330 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.03% from 330); Green value is 148 (58.20% from 255 or 44.85% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 148 - color contains mainly: green. Hex color #4C946A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C946A is #B36B95. Grayscale: #797979. Windows color (decimal): -11758486 or 6984780. OLE color: 6984780.

HSL color Cylindrical-coordinate representation of color #4C946A: hue angle of 145º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4C946A is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB76148106-
CMYK0.4900.280.42
HSL145º32.14%43.92%-
HSV(B)145º48.65%58.04%-
XYZ16.1723.7617.37-
YUV121.68119.1595.42-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.03%
GREEN value IS 148 (58.20% from 255) = 44.85%
BLUE value IS 106 (41.80% from 255) = 32.12%
R=23.03%
G=44.85%
B=32.12%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal761481060.4900.280.4214532.1443.92
Hex4C946A3101C2A91202c
Octal11422415261034522214054
Binary100110010010100110101011000101110010101010010001100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C946A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,148,106); }

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

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

 a { background-color: rgb(76,148,106); }

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

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

 span { border-color: rgb(76,148,106); }

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