Html Css Color HEX #4DA779 Ocean Green

📋 copy color: '#4DA779'

red 77 ◦ green 167 ◦ blue 121

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

Shades of Ocean Green #4DA779

Tints of Ocean Green #4DA779

RGB

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

 GREEN value IS 167 (65.63% from 255) = 45.75%

 BLUE value IS 121 (47.66% from 255) = 33.15%

R = 21.1%
G = 45.75%
B = 33.15%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#4DA779 (or 0x4DA779) is known color: Ocean Green. HEX triplet: 4D, A7 and 79. RGB value is (77,167,121). Sum of RGB (Red+Green+Blue) = 77+167+121=365 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.10% from 365); Green value is 167 (65.62% from 255 or 45.75% from 365); Blue value is 121 (47.66% from 255 or 33.15% from 365); Max value from RGB is 167 - color contains mainly: green. Hex color #4DA779 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA779 is #B25886. Grayscale: #868686. Windows color (decimal): -11688071 or 7972685. OLE color: 7972685.

HSL color Cylindrical-coordinate representation of color #4DA779: hue angle of 149.33º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4DA779 is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB 77 167 121 -
CMYK 0.54 0 0.28 0.35
HSL 149.33º 0.37% 0.48% -
HSV(B) 149.33º 0.54% 0.65% -
XYZ 20.33 30.6 22.92 -
YUV 134.85 120.18 86.74 -
System Red Green Blue C M Y K H S L
Decimal 77 167 121 0.54 0 0.28 0.35 149.33 0.37 0.48
Hex 4D A7 79 36 0 1C 23 95 25 30
Octal 115 247 171 66 0 34 43 225 45 60
Binary 1001101 10100111 1111001 110110 0 11100 100011 10010101 100101 110000

Color Harmonies of #4DA779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA779

Black with #4DA779

Text Example


Text Example

White with #4DA779

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,167,121); }

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

background-color css

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

 a { background-color: rgb(77,167,121); }

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

border-color css

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

 span { border-color: rgb(77,167,121); }

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