#4D946C

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

Shades of Ocean Green #4D946C

Tints of Ocean Green #4D946C

Color information

#4D946C (or 0x4D946C) is unknown color: approx Ocean Green. HEX triplet: 4D, 94 and 6C. RGB value is (77,148,108). Sum of RGB (Red+Green+Blue) = 77+148+108=333 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.12% from 333); Green value is 148 (58.20% from 255 or 44.44% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 148 - color contains mainly: green. Hex color #4D946C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D946C is #B26B93. Grayscale: #7A7A7A. Windows color (decimal): -11692948 or 7115853. OLE color: 7115853.

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

Color convert

RGB77148108-
CMYK0.4800.270.42
HSL146.2º31.56%44.12%-
HSV(B)146.2º47.97%58.04%-
XYZ16.3623.8417.93-
YUV122.21119.9895.75-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.12%
GREEN value IS 148 (58.20% from 255) = 44.44%
BLUE value IS 108 (42.58% from 255) = 32.43%
R=23.12%
G=44.44%
B=32.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal771481080.4800.270.42146.231.5644.12
Hex4D946C3001B2A92202c
Octal11522415460033522224054
Binary100110110010100110110011000001101110101010010010100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D946C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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