#4D9C6A

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

Shades of Ocean Green #4D9C6A

Tints of Ocean Green #4D9C6A

Color information

#4D9C6A (or 0x4D9C6A) is unknown color: approx Ocean Green. HEX triplet: 4D, 9C and 6A. RGB value is (77,156,106). Sum of RGB (Red+Green+Blue) = 77+156+106=339 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.71% from 339); Green value is 156 (61.33% from 255 or 46.02% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 156 - color contains mainly: green. Hex color #4D9C6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9C6A is #B26395. Grayscale: #7E7E7E. Windows color (decimal): -11690902 or 6986829. OLE color: 6986829.

HSL color Cylindrical-coordinate representation of color #4D9C6A: hue angle of 142.03º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D9C6A is Cyan = 0.51, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB77156106-
CMYK0.5100.320.39
HSL142.03º33.91%45.69%-
HSV(B)142.03º50.64%61.18%-
XYZ17.5526.417.81-
YUV126.68116.3392.57-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.71%
GREEN value IS 156 (61.33% from 255) = 46.02%
BLUE value IS 106 (41.80% from 255) = 31.27%
R=22.71%
G=46.02%
B=31.27%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal771561060.5100.320.39142.0333.9145.69
Hex4D9C6A33020278e222e
Octal11523415263040472164256
Binary1001101100111001101010110011010000010011110001110100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D9C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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