Html Css Color HEX #4D7964 Como

📋 copy color: '#4D7964'

red 77 ◦ green 121 ◦ blue 100

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

Shades of Como #4D7964

Tints of Como #4D7964

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.6%

 BLUE value IS 100 (39.45% from 255) = 33.56%

R = 25.84%
G = 40.6%
B = 33.56%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#4D7964 (or 0x4D7964) is known color: Como. HEX triplet: 4D, 79 and 64. RGB value is (77,121,100). Sum of RGB (Red+Green+Blue) = 77+121+100=298 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.84% from 298); Green value is 121 (47.66% from 255 or 40.60% from 298); Blue value is 100 (39.45% from 255 or 33.56% from 298); Max value from RGB is 121 - color contains mainly: green. Hex color #4D7964 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7964 is #B2869B. Grayscale: #696969. Windows color (decimal): -11699868 or 6584653. OLE color: 6584653.

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

Color convert

RGB 77 121 100 -
CMYK 0.36 0 0.17 0.53
HSL 151.36º 0.22% 0.39% -
HSV(B) 151.36º 0.36% 0.47% -
XYZ 12.2 16.17 14.54 -
YUV 105.45 124.92 107.71 -
System Red Green Blue C M Y K H S L
Decimal 77 121 100 0.36 0 0.17 0.53 151.36 0.22 0.39
Hex 4D 79 64 24 0 11 35 97 16 27
Octal 115 171 144 44 0 21 65 227 26 47
Binary 1001101 1111001 1100100 100100 0 10001 110101 10010111 10110 100111

Color Harmonies of #4D7964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7964

Black with #4D7964

Text Example


Text Example

White with #4D7964

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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