Html Css Color HEX #4D9F6D Ocean Green

📋 copy color: '#4D9F6D'

red 77 ◦ green 159 ◦ blue 109

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

Shades of Ocean Green #4D9F6D

Tints of Ocean Green #4D9F6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.59%

R = 22.32%
G = 46.09%
B = 31.59%

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

#4D9F6D (or 0x4D9F6D) is known color: Ocean Green. HEX triplet: 4D, 9F and 6D. RGB value is (77,159,109). Sum of RGB (Red+Green+Blue) = 77+159+109=345 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.32% from 345); Green value is 159 (62.5% from 255 or 46.09% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 159 - color contains mainly: green. Hex color #4D9F6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9F6D is #B26092. Grayscale: #808080. Windows color (decimal): -11690131 or 7184205. OLE color: 7184205.

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

Color convert

RGB 77 159 109 -
CMYK 0.52 0 0.31 0.38
HSL 143.41º 0.35% 0.46% -
HSV(B) 143.41º 0.52% 0.62% -
XYZ 18.22 27.48 18.81 -
YUV 128.78 116.83 91.07 -
System Red Green Blue C M Y K H S L
Decimal 77 159 109 0.52 0 0.31 0.38 143.41 0.35 0.46
Hex 4D 9F 6D 34 0 1F 26 8F 23 2E
Octal 115 237 155 64 0 37 46 217 43 56
Binary 1001101 10011111 1101101 110100 0 11111 100110 10001111 100011 101110

Color Harmonies of #4D9F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9F6D

Black with #4D9F6D

Text Example


Text Example

White with #4D9F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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