Html Css Color HEX #4D9F6E Ocean Green

📋 copy color: '#4D9F6E'

red 77 ◦ green 159 ◦ blue 110

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

Shades of Ocean Green #4D9F6E

Tints of Ocean Green #4D9F6E

RGB

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

 GREEN value IS 159 (62.5% from 255) = 45.95%

 BLUE value IS 110 (43.36% from 255) = 31.79%

R = 22.25%
G = 45.95%
B = 31.79%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#4D9F6E (or 0x4D9F6E) is known color: Ocean Green. HEX triplet: 4D, 9F and 6E. RGB value is (77,159,110). Sum of RGB (Red+Green+Blue) = 77+159+110=346 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.25% from 346); Green value is 159 (62.5% from 255 or 45.95% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 159 - color contains mainly: green. Hex color #4D9F6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9F6E is #B26091. Grayscale: #818181. Windows color (decimal): -11690130 or 7249741. OLE color: 7249741.

HSL color Cylindrical-coordinate representation of color #4D9F6E: hue angle of 144.15º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4D9F6E is Cyan = 0.52, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB 77 159 110 -
CMYK 0.52 0 0.31 0.38
HSL 144.15º 0.35% 0.46% -
HSV(B) 144.15º 0.52% 0.62% -
XYZ 18.27 27.5 19.1 -
YUV 128.9 117.33 90.98 -
System Red Green Blue C M Y K H S L
Decimal 77 159 110 0.52 0 0.31 0.38 144.15 0.35 0.46
Hex 4D 9F 6E 34 0 1F 26 90 23 2E
Octal 115 237 156 64 0 37 46 220 43 56
Binary 1001101 10011111 1101110 110100 0 11111 100110 10010000 100011 101110

Color Harmonies of #4D9F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9F6E

Black with #4D9F6E

Text Example


Text Example

White with #4D9F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,159,110); }

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

background-color css

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

 a { background-color: rgb(77,159,110); }

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

border-color css

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

 span { border-color: rgb(77,159,110); }

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