Html Css Color HEX #4A785B Como

📋 copy color: '#4A785B'

red 74 ◦ green 120 ◦ blue 91

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

Shades of Como #4A785B

Tints of Como #4A785B

RGB

 RED value IS 74 (29.3% from 255) = 25.96%

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

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

R = 25.96%
G = 42.11%
B = 31.93%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#4A785B (or 0x4A785B) is known color: Como. HEX triplet: 4A, 78 and 5B. RGB value is (74,120,91). Sum of RGB (Red+Green+Blue) = 74+120+91=285 (37% of max value = 765). Red value is 74 (29.30% from 255 or 25.96% from 285); Green value is 120 (47.27% from 255 or 42.11% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 120 - color contains mainly: green. Hex color #4A785B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A785B is #B587A4. Grayscale: #676767. Windows color (decimal): -11896741 or 5994570. OLE color: 5994570.

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

Color convert

RGB 74 120 91 -
CMYK 0.38 0 0.24 0.53
HSL 142.17º 0.24% 0.38% -
HSV(B) 142.17º 0.38% 0.47% -
XYZ 11.43 15.64 12.31 -
YUV 102.94 121.26 107.36 -
System Red Green Blue C M Y K H S L
Decimal 74 120 91 0.38 0 0.24 0.53 142.17 0.24 0.38
Hex 4A 78 5B 26 0 18 35 8E 18 26
Octal 112 170 133 46 0 30 65 216 30 46
Binary 1001010 1111000 1011011 100110 0 11000 110101 10001110 11000 100110

Color Harmonies of #4A785B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A785B

Black with #4A785B

Text Example


Text Example

White with #4A785B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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