#4C946C

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

Shades of Ocean Green #4C946C

Tints of Ocean Green #4C946C

Color information

#4C946C (or 0x4C946C) is unknown color: approx Ocean Green. HEX triplet: 4C, 94 and 6C. RGB value is (76,148,108). Sum of RGB (Red+Green+Blue) = 76+148+108=332 (43% of max value = 765). Red value is 76 (30.08% from 255 or 22.89% from 332); Green value is 148 (58.20% from 255 or 44.58% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 148 - color contains mainly: green. Hex color #4C946C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C946C is #B36B93. Grayscale: #797979. Windows color (decimal): -11758484 or 7115852. OLE color: 7115852.

HSL color Cylindrical-coordinate representation of color #4C946C: hue angle of 146.67º 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 #4C946C is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB76148108-
CMYK0.4900.270.42
HSL146.67º32.14%43.92%-
HSV(B)146.67º48.65%58.04%-
XYZ16.2823.817.92-
YUV121.91120.1595.25-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.89%
GREEN value IS 148 (58.20% from 255) = 44.58%
BLUE value IS 108 (42.58% from 255) = 32.53%
R=22.89%
G=44.58%
B=32.53%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal761481080.4900.270.42146.6732.1443.92
Hex4C946C3101B2A93202c
Octal11422415461033522234054
Binary100110010010100110110011000101101110101010010011100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C946C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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