Html Css Color HEX #4D9D78 Ocean Green

📋 copy color: '#4D9D78'

red 77 ◦ green 157 ◦ blue 120

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

Shades of Ocean Green #4D9D78

Tints of Ocean Green #4D9D78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.9%

R = 21.75%
G = 44.35%
B = 33.9%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.24

 K value IS 0.38

RGB Variations

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

Color information

#4D9D78 (or 0x4D9D78) is known color: Ocean Green. HEX triplet: 4D, 9D and 78. RGB value is (77,157,120). Sum of RGB (Red+Green+Blue) = 77+157+120=354 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.75% from 354); Green value is 157 (61.72% from 255 or 44.35% from 354); Blue value is 120 (47.27% from 255 or 33.90% from 354); Max value from RGB is 157 - color contains mainly: green. Hex color #4D9D78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9D78 is #B26287. Grayscale: #808080. Windows color (decimal): -11690632 or 7904589. OLE color: 7904589.

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

Color convert

RGB 77 157 120 -
CMYK 0.51 0 0.24 0.38
HSL 152.25º 0.34% 0.46% -
HSV(B) 152.25º 0.51% 0.62% -
XYZ 18.51 27.05 22.01 -
YUV 128.86 123 91.01 -
System Red Green Blue C M Y K H S L
Decimal 77 157 120 0.51 0 0.24 0.38 152.25 0.34 0.46
Hex 4D 9D 78 33 0 18 26 98 22 2E
Octal 115 235 170 63 0 30 46 230 42 56
Binary 1001101 10011101 1111000 110011 0 11000 100110 10011000 100010 101110

Color Harmonies of #4D9D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9D78

Black with #4D9D78

Text Example


Text Example

White with #4D9D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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