Html Css Color HEX #4C785B Como

📋 copy color: '#4C785B'

red 76 ◦ green 120 ◦ blue 91

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

Shades of Como #4C785B

Tints of Como #4C785B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 31.71%

R = 26.48%
G = 41.81%
B = 31.71%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#4C785B (or 0x4C785B) is known color: Como. HEX triplet: 4C, 78 and 5B. RGB value is (76,120,91). Sum of RGB (Red+Green+Blue) = 76+120+91=287 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.48% from 287); Green value is 120 (47.27% from 255 or 41.81% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 120 - color contains mainly: green. Hex color #4C785B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C785B is #B387A4. Grayscale: #676767. Windows color (decimal): -11765669 or 5994572. OLE color: 5994572.

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

Color convert

RGB 76 120 91 -
CMYK 0.37 0 0.24 0.53
HSL 140.45º 0.22% 0.38% -
HSV(B) 140.45º 0.37% 0.47% -
XYZ 11.59 15.72 12.32 -
YUV 103.54 120.92 108.36 -
System Red Green Blue C M Y K H S L
Decimal 76 120 91 0.37 0 0.24 0.53 140.45 0.22 0.38
Hex 4C 78 5B 25 0 18 35 8C 16 26
Octal 114 170 133 45 0 30 65 214 26 46
Binary 1001100 1111000 1011011 100101 0 11000 110101 10001100 10110 100110

Color Harmonies of #4C785B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C785B

Black with #4C785B

Text Example


Text Example

White with #4C785B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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