Html Css Color HEX #4C745F Como

📋 copy color: '#4C745F'

red 76 ◦ green 116 ◦ blue 95

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

Shades of Como #4C745F

Tints of Como #4C745F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.42%

 BLUE value IS 95 (37.5% from 255) = 33.1%

R = 26.48%
G = 40.42%
B = 33.1%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#4C745F (or 0x4C745F) is known color: Como. HEX triplet: 4C, 74 and 5F. RGB value is (76,116,95). Sum of RGB (Red+Green+Blue) = 76+116+95=287 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.48% from 287); Green value is 116 (45.70% from 255 or 40.42% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 116 - color contains mainly: green. Hex color #4C745F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C745F is #B38BA0. Grayscale: #656565. Windows color (decimal): -11766689 or 6255692. OLE color: 6255692.

HSL color Cylindrical-coordinate representation of color #4C745F: hue angle of 148.5º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4C745F is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 76 116 95 -
CMYK 0.34 0 0.18 0.55
HSL 148.5º 0.21% 0.38% -
HSV(B) 148.5º 0.34% 0.45% -
XYZ 11.29 14.85 13.1 -
YUV 101.65 124.25 109.71 -
System Red Green Blue C M Y K H S L
Decimal 76 116 95 0.34 0 0.18 0.55 148.5 0.21 0.38
Hex 4C 74 5F 22 0 12 37 94 15 26
Octal 114 164 137 42 0 22 67 224 25 46
Binary 1001100 1110100 1011111 100010 0 10010 110111 10010100 10101 100110

Color Harmonies of #4C745F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C745F

Black with #4C745F

Text Example


Text Example

White with #4C745F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,116,95); }

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

background-color css

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

 a { background-color: rgb(76,116,95); }

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

border-color css

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

 span { border-color: rgb(76,116,95); }

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