#4DA86D

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

Shades of Ocean Green #4DA86D

Tints of Ocean Green #4DA86D

Color information

#4DA86D (or 0x4DA86D) is unknown color: approx Ocean Green. HEX triplet: 4D, A8 and 6D. RGB value is (77,168,109). Sum of RGB (Red+Green+Blue) = 77+168+109=354 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.75% from 354); Green value is 168 (66.02% from 255 or 47.46% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 168 - color contains mainly: green. Hex color #4DA86D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA86D is #B25792. Grayscale: #868686. Windows color (decimal): -11687827 or 7186509. OLE color: 7186509.

HSL color Cylindrical-coordinate representation of color #4DA86D: hue angle of 141.1º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4DA86D is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.34.

Color convert

RGB77168109-
CMYK0.5400.350.34
HSL141.1º37.14%48.04%-
HSV(B)141.1º54.17%65.88%-
XYZ19.8230.6919.35-
YUV134.06113.8587.3-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.75%
GREEN value IS 168 (66.02% from 255) = 47.46%
BLUE value IS 109 (42.97% from 255) = 30.79%
R=21.75%
G=47.46%
B=30.79%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal771681090.5400.350.34141.137.1448.04
Hex4DA86D36023228d2530
Octal11525015566043422154560
Binary1001101101010001101101110110010001110001010001101100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,168,109); }

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

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

 a { background-color: rgb(77,168,109); }

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

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

 span { border-color: rgb(77,168,109); }

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