Html Css Color HEX #4C785F Como

📋 copy color: '#4C785F'

red 76 ◦ green 120 ◦ blue 95

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

Shades of Como #4C785F

Tints of Como #4C785F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 41.24%

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

R = 26.12%
G = 41.24%
B = 32.65%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#4C785F (or 0x4C785F) is known color: Como. HEX triplet: 4C, 78 and 5F. RGB value is (76,120,95). Sum of RGB (Red+Green+Blue) = 76+120+95=291 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.12% from 291); Green value is 120 (47.27% from 255 or 41.24% from 291); Blue value is 95 (37.5% from 255 or 32.65% from 291); Max value from RGB is 120 - color contains mainly: green. Hex color #4C785F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C785F is #B387A0. Grayscale: #686868. Windows color (decimal): -11765665 or 6256716. OLE color: 6256716.

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

Color convert

RGB 76 120 95 -
CMYK 0.37 0 0.21 0.53
HSL 145.91º 0.22% 0.38% -
HSV(B) 145.91º 0.37% 0.47% -
XYZ 11.76 15.8 13.26 -
YUV 103.99 122.92 108.03 -
System Red Green Blue C M Y K H S L
Decimal 76 120 95 0.37 0 0.21 0.53 145.91 0.22 0.38
Hex 4C 78 5F 25 0 15 35 92 16 26
Octal 114 170 137 45 0 25 65 222 26 46
Binary 1001100 1111000 1011111 100101 0 10101 110101 10010010 10110 100110

Color Harmonies of #4C785F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C785F

Black with #4C785F

Text Example


Text Example

White with #4C785F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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