Html Css Color HEX #4D9D7A Ocean Green

📋 copy color: '#4D9D7A'

red 77 ◦ green 157 ◦ blue 122

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

Shades of Ocean Green #4D9D7A

Tints of Ocean Green #4D9D7A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 44.1%

 BLUE value IS 122 (48.05% from 255) = 34.27%

R = 21.63%
G = 44.1%
B = 34.27%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#4D9D7A (or 0x4D9D7A) is known color: Ocean Green. HEX triplet: 4D, 9D and 7A. RGB value is (77,157,122). Sum of RGB (Red+Green+Blue) = 77+157+122=356 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.63% from 356); Green value is 157 (61.72% from 255 or 44.10% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 157 - color contains mainly: green. Hex color #4D9D7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9D7A is #B26285. Grayscale: #818181. Windows color (decimal): -11690630 or 8035661. OLE color: 8035661.

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

Color convert

RGB 77 157 122 -
CMYK 0.51 0 0.22 0.38
HSL 153.75º 0.34% 0.46% -
HSV(B) 153.75º 0.51% 0.62% -
XYZ 18.63 27.1 22.66 -
YUV 129.09 124 90.85 -
System Red Green Blue C M Y K H S L
Decimal 77 157 122 0.51 0 0.22 0.38 153.75 0.34 0.46
Hex 4D 9D 7A 33 0 16 26 9A 22 2E
Octal 115 235 172 63 0 26 46 232 42 56
Binary 1001101 10011101 1111010 110011 0 10110 100110 10011010 100010 101110

Color Harmonies of #4D9D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9D7A

Black with #4D9D7A

Text Example


Text Example

White with #4D9D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,157,122); }

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

background-color css

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

 a { background-color: rgb(77,157,122); }

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

border-color css

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

 span { border-color: rgb(77,157,122); }

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