#4DAD67

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

Shades of Ocean Green #4DAD67

Tints of Ocean Green #4DAD67

Color information

#4DAD67 (or 0x4DAD67) is unknown color: approx Ocean Green. HEX triplet: 4D, AD and 67. RGB value is (77,173,103). Sum of RGB (Red+Green+Blue) = 77+173+103=353 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.81% from 353); Green value is 173 (67.97% from 255 or 49.01% from 353); Blue value is 103 (40.62% from 255 or 29.18% from 353); Max value from RGB is 173 - color contains mainly: green. Hex color #4DAD67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAD67 is #B25298. Grayscale: #888888. Windows color (decimal): -11686553 or 6794573. OLE color: 6794573.

HSL color Cylindrical-coordinate representation of color #4DAD67: hue angle of 136.25º 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 #4DAD67 is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB77173103-
CMYK0.5500.400.32
HSL136.25º38.4%49.02%-
HSV(B)136.25º55.49%67.84%-
XYZ20.4532.4418.02-
YUV136.32109.285.69-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.81%
GREEN value IS 173 (67.97% from 255) = 49.01%
BLUE value IS 103 (40.62% from 255) = 29.18%
R=21.81%
G=49.01%
B=29.18%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal771731030.5500.400.32136.2538.449.02
Hex4DAD673702820882631
Octal11525514767050402104661
Binary1001101101011011100111110111010100010000010001000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DAD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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