Html Css Color HEX #4C7964 Como

📋 copy color: '#4C7964'

red 76 ◦ green 121 ◦ blue 100

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

Shades of Como #4C7964

Tints of Como #4C7964

RGB

 RED value IS 76 (30.08% from 255) = 25.59%

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

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

R = 25.59%
G = 40.74%
B = 33.67%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#4C7964 (or 0x4C7964) is known color: Como. HEX triplet: 4C, 79 and 64. RGB value is (76,121,100). Sum of RGB (Red+Green+Blue) = 76+121+100=297 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.59% from 297); Green value is 121 (47.66% from 255 or 40.74% from 297); Blue value is 100 (39.45% from 255 or 33.67% from 297); Max value from RGB is 121 - color contains mainly: green. Hex color #4C7964 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7964 is #B3869B. Grayscale: #696969. Windows color (decimal): -11765404 or 6584652. OLE color: 6584652.

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

Color convert

RGB 76 121 100 -
CMYK 0.37 0 0.17 0.53
HSL 152º 0.23% 0.39% -
HSV(B) 152º 0.37% 0.47% -
XYZ 12.12 16.13 14.53 -
YUV 105.15 125.09 107.21 -
System Red Green Blue C M Y K H S L
Decimal 76 121 100 0.37 0 0.17 0.53 152 0.23 0.39
Hex 4C 79 64 25 0 11 35 98 17 27
Octal 114 171 144 45 0 21 65 230 27 47
Binary 1001100 1111001 1100100 100101 0 10001 110101 10011000 10111 100111

Color Harmonies of #4C7964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7964

Black with #4C7964

Text Example


Text Example

White with #4C7964

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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