Html Css Color HEX #4D9F71 Ocean Green

📋 copy color: '#4D9F71'

red 77 ◦ green 159 ◦ blue 113

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

Shades of Ocean Green #4D9F71

Tints of Ocean Green #4D9F71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 32.38%

R = 22.06%
G = 45.56%
B = 32.38%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#4D9F71 (or 0x4D9F71) is known color: Ocean Green. HEX triplet: 4D, 9F and 71. RGB value is (77,159,113). Sum of RGB (Red+Green+Blue) = 77+159+113=349 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.06% from 349); Green value is 159 (62.5% from 255 or 45.56% from 349); Blue value is 113 (44.53% from 255 or 32.38% from 349); Max value from RGB is 159 - color contains mainly: green. Hex color #4D9F71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9F71 is #B2608E. Grayscale: #818181. Windows color (decimal): -11690127 or 7446349. OLE color: 7446349.

HSL color Cylindrical-coordinate representation of color #4D9F71: hue angle of 146.34º 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 #4D9F71 is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB 77 159 113 -
CMYK 0.52 0 0.29 0.38
HSL 146.34º 0.35% 0.46% -
HSV(B) 146.34º 0.52% 0.62% -
XYZ 18.44 27.57 19.97 -
YUV 129.24 118.83 90.74 -
System Red Green Blue C M Y K H S L
Decimal 77 159 113 0.52 0 0.29 0.38 146.34 0.35 0.46
Hex 4D 9F 71 34 0 1D 26 92 23 2E
Octal 115 237 161 64 0 35 46 222 43 56
Binary 1001101 10011111 1110001 110100 0 11101 100110 10010010 100011 101110

Color Harmonies of #4D9F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9F71

Black with #4D9F71

Text Example


Text Example

White with #4D9F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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