#4DAD74

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

Shades of Ocean Green #4DAD74

Tints of Ocean Green #4DAD74

Color information

#4DAD74 (or 0x4DAD74) is unknown color: approx Ocean Green. HEX triplet: 4D, AD and 74. RGB value is (77,173,116). Sum of RGB (Red+Green+Blue) = 77+173+116=366 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.04% from 366); Green value is 173 (67.97% from 255 or 47.27% from 366); Blue value is 116 (45.70% from 255 or 31.69% from 366); Max value from RGB is 173 - color contains mainly: green. Hex color #4DAD74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAD74 is #B2528B. Grayscale: #898989. Windows color (decimal): -11686540 or 7646541. OLE color: 7646541.

HSL color Cylindrical-coordinate representation of color #4DAD74: hue angle of 144.38º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAD74 is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB77173116-
CMYK0.5500.330.32
HSL144.38º38.4%49.02%-
HSV(B)144.38º55.49%67.84%-
XYZ21.1632.7321.72-
YUV137.8115.784.63-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.04%
GREEN value IS 173 (67.97% from 255) = 47.27%
BLUE value IS 116 (45.70% from 255) = 31.69%
R=21.04%
G=47.27%
B=31.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal771731160.5500.330.32144.3838.449.02
Hex4DAD743702120902631
Octal11525516467041402204661
Binary1001101101011011110100110111010000110000010010000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DAD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,173,116); }

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

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

 a { background-color: rgb(77,173,116); }

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

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

 span { border-color: rgb(77,173,116); }

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