Html Css Color HEX #4C715E Como

📋 copy color: '#4C715E'

red 76 ◦ green 113 ◦ blue 94

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

Shades of Como #4C715E

Tints of Como #4C715E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.93%

 BLUE value IS 94 (37.11% from 255) = 33.22%

R = 26.86%
G = 39.93%
B = 33.22%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#4C715E (or 0x4C715E) is known color: Como. HEX triplet: 4C, 71 and 5E. RGB value is (76,113,94). Sum of RGB (Red+Green+Blue) = 76+113+94=283 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.86% from 283); Green value is 113 (44.53% from 255 or 39.93% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 113 - color contains mainly: green. Hex color #4C715E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C715E is #B38EA1. Grayscale: #636363. Windows color (decimal): -11767458 or 6189388. OLE color: 6189388.

HSL color Cylindrical-coordinate representation of color #4C715E: hue angle of 149.19º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4C715E is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 76 113 94 -
CMYK 0.33 0 0.17 0.56
HSL 149.19º 0.2% 0.37% -
HSV(B) 149.19º 0.33% 0.44% -
XYZ 10.91 14.15 12.75 -
YUV 99.77 124.74 111.04 -
System Red Green Blue C M Y K H S L
Decimal 76 113 94 0.33 0 0.17 0.56 149.19 0.2 0.37
Hex 4C 71 5E 21 0 11 38 95 14 25
Octal 114 161 136 41 0 21 70 225 24 45
Binary 1001100 1110001 1011110 100001 0 10001 111000 10010101 10100 100101

Color Harmonies of #4C715E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C715E

Black with #4C715E

Text Example


Text Example

White with #4C715E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,113,94); }

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

background-color css

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

 a { background-color: rgb(76,113,94); }

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

border-color css

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

 span { border-color: rgb(76,113,94); }

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