Html Css Color HEX #4DA466 Ocean Green

📋 copy color: '#4DA466'

red 77 ◦ green 164 ◦ blue 102

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

Shades of Ocean Green #4DA466

Tints of Ocean Green #4DA466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 29.74%

R = 22.45%
G = 47.81%
B = 29.74%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#4DA466 (or 0x4DA466) is known color: Ocean Green. HEX triplet: 4D, A4 and 66. RGB value is (77,164,102). Sum of RGB (Red+Green+Blue) = 77+164+102=343 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.45% from 343); Green value is 164 (64.45% from 255 or 47.81% from 343); Blue value is 102 (40.23% from 255 or 29.74% from 343); Max value from RGB is 164 - color contains mainly: green. Hex color #4DA466 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA466 is #B25B99. Grayscale: #838383. Windows color (decimal): -11688858 or 6726733. OLE color: 6726733.

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

Color convert

RGB 77 164 102 -
CMYK 0.53 0 0.38 0.36
HSL 137.24º 0.36% 0.47% -
HSV(B) 137.24º 0.53% 0.64% -
XYZ 18.73 29.09 17.2 -
YUV 130.92 111.68 89.54 -
System Red Green Blue C M Y K H S L
Decimal 77 164 102 0.53 0 0.38 0.36 137.24 0.36 0.47
Hex 4D A4 66 35 0 26 24 89 24 2F
Octal 115 244 146 65 0 46 44 211 44 57
Binary 1001101 10100100 1100110 110101 0 100110 100100 10001001 100100 101111

Color Harmonies of #4DA466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA466

Black with #4DA466

Text Example


Text Example

White with #4DA466

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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