Html Css Color HEX #4DA479 Ocean Green

📋 copy color: '#4DA479'

red 77 ◦ green 164 ◦ blue 121

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

Shades of Ocean Green #4DA479

Tints of Ocean Green #4DA479

RGB

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

 GREEN value IS 164 (64.45% from 255) = 45.3%

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

R = 21.27%
G = 45.3%
B = 33.43%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#4DA479 (or 0x4DA479) is known color: Ocean Green. HEX triplet: 4D, A4 and 79. RGB value is (77,164,121). Sum of RGB (Red+Green+Blue) = 77+164+121=362 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.27% from 362); Green value is 164 (64.45% from 255 or 45.30% from 362); Blue value is 121 (47.66% from 255 or 33.43% from 362); Max value from RGB is 164 - color contains mainly: green. Hex color #4DA479 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA479 is #B25B86. Grayscale: #858585. Windows color (decimal): -11688839 or 7971917. OLE color: 7971917.

HSL color Cylindrical-coordinate representation of color #4DA479: hue angle of 150.34º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4DA479 is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB 77 164 121 -
CMYK 0.53 0 0.26 0.36
HSL 150.34º 0.36% 0.47% -
HSV(B) 150.34º 0.53% 0.64% -
XYZ 19.79 29.51 22.74 -
YUV 133.09 121.18 88 -
System Red Green Blue C M Y K H S L
Decimal 77 164 121 0.53 0 0.26 0.36 150.34 0.36 0.47
Hex 4D A4 79 35 0 1A 24 96 24 2F
Octal 115 244 171 65 0 32 44 226 44 57
Binary 1001101 10100100 1111001 110101 0 11010 100100 10010110 100100 101111

Color Harmonies of #4DA479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA479

Black with #4DA479

Text Example


Text Example

White with #4DA479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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