Html Css Color HEX #4D986F Ocean Green

📋 copy color: '#4D986F'

red 77 ◦ green 152 ◦ blue 111

#4D986F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #4D986F

Tints of Ocean Green #4D986F

RGB

 RED value IS 77 (30.47% from 255) = 22.65%

 GREEN value IS 152 (59.77% from 255) = 44.71%

 BLUE value IS 111 (43.75% from 255) = 32.65%

R = 22.65%
G = 44.71%
B = 32.65%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#4D986F (or 0x4D986F) is known color: Ocean Green. HEX triplet: 4D, 98 and 6F. RGB value is (77,152,111). Sum of RGB (Red+Green+Blue) = 77+152+111=340 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.65% from 340); Green value is 152 (59.77% from 255 or 44.71% from 340); Blue value is 111 (43.75% from 255 or 32.65% from 340); Max value from RGB is 152 - color contains mainly: green. Hex color #4D986F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D986F is #B26790. Grayscale: #7C7C7C. Windows color (decimal): -11691921 or 7313485. OLE color: 7313485.

HSL color Cylindrical-coordinate representation of color #4D986F: hue angle of 147.2º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D986F is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB 77 152 111 -
CMYK 0.49 0 0.27 0.40
HSL 147.2º 0.33% 0.45% -
HSV(B) 147.2º 0.49% 0.6% -
XYZ 17.16 25.18 19 -
YUV 124.9 120.15 93.83 -
System Red Green Blue C M Y K H S L
Decimal 77 152 111 0.49 0 0.27 0.40 147.2 0.33 0.45
Hex 4D 98 6F 31 0 1B 28 93 21 2D
Octal 115 230 157 61 0 33 50 223 41 55
Binary 1001101 10011000 1101111 110001 0 11011 101000 10010011 100001 101101

Color Harmonies of #4D986F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D986F

Black with #4D986F

Text Example


Text Example

White with #4D986F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,152,111); }

 H1.HeaderClassName
 {
   color: #4D986F;
 }
 .AnyTagClassName
 {
   color: #4D986F;
 }
</style>

background-color css

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

 a { background-color: rgb(77,152,111); }

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

border-color css

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

 span { border-color: rgb(77,152,111); }

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