Html Css Color HEX #4C795D Como

📋 copy color: '#4C795D'

red 76 ◦ green 121 ◦ blue 93

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

Shades of Como #4C795D

Tints of Como #4C795D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.07%

R = 26.21%
G = 41.72%
B = 32.07%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#4C795D (or 0x4C795D) is known color: Como. HEX triplet: 4C, 79 and 5D. RGB value is (76,121,93). Sum of RGB (Red+Green+Blue) = 76+121+93=290 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.21% from 290); Green value is 121 (47.66% from 255 or 41.72% from 290); Blue value is 93 (36.72% from 255 or 32.07% from 290); Max value from RGB is 121 - color contains mainly: green. Hex color #4C795D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C795D is #B386A2. Grayscale: #686868. Windows color (decimal): -11765411 or 6125900. OLE color: 6125900.

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

Color convert

RGB 76 121 93 -
CMYK 0.37 0 0.23 0.53
HSL 142.67º 0.23% 0.39% -
HSV(B) 142.67º 0.37% 0.47% -
XYZ 11.79 16 12.82 -
YUV 104.35 121.59 107.78 -
System Red Green Blue C M Y K H S L
Decimal 76 121 93 0.37 0 0.23 0.53 142.67 0.23 0.39
Hex 4C 79 5D 25 0 17 35 8F 17 27
Octal 114 171 135 45 0 27 65 217 27 47
Binary 1001100 1111001 1011101 100101 0 10111 110101 10001111 10111 100111

Color Harmonies of #4C795D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C795D

Black with #4C795D

Text Example


Text Example

White with #4C795D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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