Html Css Color HEX #4A845A Como

📋 copy color: '#4A845A'

red 74 ◦ green 132 ◦ blue 90

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

Shades of Como #4A845A

Tints of Como #4A845A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.59%

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

R = 25%
G = 44.59%
B = 30.41%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#4A845A (or 0x4A845A) is known color: Como. HEX triplet: 4A, 84 and 5A. RGB value is (74,132,90). Sum of RGB (Red+Green+Blue) = 74+132+90=296 (39% of max value = 765). Red value is 74 (29.30% from 255 or 25% from 296); Green value is 132 (51.95% from 255 or 44.59% from 296); Blue value is 90 (35.55% from 255 or 30.41% from 296); Max value from RGB is 132 - color contains mainly: green. Hex color #4A845A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A845A is #B57BA5. Grayscale: #6D6D6D. Windows color (decimal): -11893670 or 5932106. OLE color: 5932106.

HSL color Cylindrical-coordinate representation of color #4A845A: hue angle of 136.55º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4A845A is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB 74 132 90 -
CMYK 0.44 0 0.32 0.48
HSL 136.55º 0.28% 0.4% -
HSV(B) 136.55º 0.44% 0.52% -
XYZ 12.92 18.7 12.6 -
YUV 109.87 116.78 102.42 -
System Red Green Blue C M Y K H S L
Decimal 74 132 90 0.44 0 0.32 0.48 136.55 0.28 0.4
Hex 4A 84 5A 2C 0 20 30 89 1C 28
Octal 112 204 132 54 0 40 60 211 34 50
Binary 1001010 10000100 1011010 101100 0 100000 110000 10001001 11100 101000

Color Harmonies of #4A845A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A845A

Black with #4A845A

Text Example


Text Example

White with #4A845A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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