#4D956A

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

Shades of Ocean Green #4D956A

Tints of Ocean Green #4D956A

Color information

#4D956A (or 0x4D956A) is unknown color: approx Ocean Green. HEX triplet: 4D, 95 and 6A. RGB value is (77,149,106). Sum of RGB (Red+Green+Blue) = 77+149+106=332 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.19% from 332); Green value is 149 (58.59% from 255 or 44.88% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 149 - color contains mainly: green. Hex color #4D956A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D956A is #B26A95. Grayscale: #7A7A7A. Windows color (decimal): -11692694 or 6985037. OLE color: 6985037.

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

Color convert

RGB77149106-
CMYK0.4800.290.42
HSL144.17º31.86%44.31%-
HSV(B)144.17º48.32%58.43%-
XYZ16.4124.1117.43-
YUV122.57118.6595.5-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.19%
GREEN value IS 149 (58.59% from 255) = 44.88%
BLUE value IS 106 (41.80% from 255) = 31.93%
R=23.19%
G=44.88%
B=31.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal771491060.4800.290.42144.1731.8644.31
Hex4D956A3001D2A90202c
Octal11522515260035522204054
Binary100110110010101110101011000001110110101010010000100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D956A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,149,106); }

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

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

 a { background-color: rgb(77,149,106); }

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

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

 span { border-color: rgb(77,149,106); }

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