Html Css Color HEX #4A775A Como

📋 copy color: '#4A775A'

red 74 ◦ green 119 ◦ blue 90

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

Shades of Como #4A775A

Tints of Como #4A775A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 42.05%

 BLUE value IS 90 (35.55% from 255) = 31.8%

R = 26.15%
G = 42.05%
B = 31.8%

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

#4A775A (or 0x4A775A) is known color: Como. HEX triplet: 4A, 77 and 5A. RGB value is (74,119,90). Sum of RGB (Red+Green+Blue) = 74+119+90=283 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.15% from 283); Green value is 119 (46.88% from 255 or 42.05% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 119 - color contains mainly: green. Hex color #4A775A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A775A is #B588A5. Grayscale: #666666. Windows color (decimal): -11896998 or 5928778. OLE color: 5928778.

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

Color convert

RGB 74 119 90 -
CMYK 0.38 0 0.24 0.53
HSL 141.33º 0.23% 0.38% -
HSV(B) 141.33º 0.38% 0.47% -
XYZ 11.27 15.39 12.05 -
YUV 102.24 121.09 107.86 -
System Red Green Blue C M Y K H S L
Decimal 74 119 90 0.38 0 0.24 0.53 141.33 0.23 0.38
Hex 4A 77 5A 26 0 18 35 8D 17 26
Octal 112 167 132 46 0 30 65 215 27 46
Binary 1001010 1110111 1011010 100110 0 11000 110101 10001101 10111 100110

Color Harmonies of #4A775A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A775A

Black with #4A775A

Text Example


Text Example

White with #4A775A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,119,90); }

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

background-color css

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

 a { background-color: rgb(74,119,90); }

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

border-color css

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

 span { border-color: rgb(74,119,90); }

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