Html Css Color HEX #4D9F7F Ocean Green

📋 copy color: '#4D9F7F'

red 77 ◦ green 159 ◦ blue 127

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

Shades of Ocean Green #4D9F7F

Tints of Ocean Green #4D9F7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.99%

R = 21.21%
G = 43.8%
B = 34.99%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#4D9F7F (or 0x4D9F7F) is known color: Ocean Green. HEX triplet: 4D, 9F and 7F. RGB value is (77,159,127). Sum of RGB (Red+Green+Blue) = 77+159+127=363 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.21% from 363); Green value is 159 (62.5% from 255 or 43.80% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 159 - color contains mainly: green. Hex color #4D9F7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9F7F is #B26080. Grayscale: #828282. Windows color (decimal): -11690113 or 8363853. OLE color: 8363853.

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

Color convert

RGB 77 159 127 -
CMYK 0.52 0 0.20 0.38
HSL 156.59º 0.35% 0.46% -
HSV(B) 156.59º 0.52% 0.62% -
XYZ 19.29 27.91 24.45 -
YUV 130.83 125.83 89.6 -
System Red Green Blue C M Y K H S L
Decimal 77 159 127 0.52 0 0.20 0.38 156.59 0.35 0.46
Hex 4D 9F 7F 34 0 14 26 9D 23 2E
Octal 115 237 177 64 0 24 46 235 43 56
Binary 1001101 10011111 1111111 110100 0 10100 100110 10011101 100011 101110

Color Harmonies of #4D9F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9F7F

Black with #4D9F7F

Text Example


Text Example

White with #4D9F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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