Html Css Color HEX #49855C Como

📋 copy color: '#49855C'

red 73 ◦ green 133 ◦ blue 92

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

Shades of Como #49855C

Tints of Como #49855C

RGB

 RED value IS 73 (28.91% from 255) = 24.5%

 GREEN value IS 133 (52.34% from 255) = 44.63%

 BLUE value IS 92 (36.33% from 255) = 30.87%

R = 24.5%
G = 44.63%
B = 30.87%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#49855C (or 0x49855C) is known color: Como. HEX triplet: 49, 85 and 5C. RGB value is (73,133,92). Sum of RGB (Red+Green+Blue) = 73+133+92=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 92 (36.33% from 255 or 30.87% from 298); Max value from RGB is 133 - color contains mainly: green. Hex color #49855C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49855C is #B67AA3. Grayscale: #6E6E6E. Windows color (decimal): -11958948 or 6063433. OLE color: 6063433.

HSL color Cylindrical-coordinate representation of color #49855C: hue angle of 139º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #49855C is Cyan = 0.45, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB 73 133 92 -
CMYK 0.45 0 0.31 0.48
HSL 139º 0.29% 0.4% -
HSV(B) 139º 0.45% 0.52% -
XYZ 13.07 18.96 13.1 -
YUV 110.39 117.62 101.33 -
System Red Green Blue C M Y K H S L
Decimal 73 133 92 0.45 0 0.31 0.48 139 0.29 0.4
Hex 49 85 5C 2D 0 1F 30 8B 1D 28
Octal 111 205 134 55 0 37 60 213 35 50
Binary 1001001 10000101 1011100 101101 0 11111 110000 10001011 11101 101000

Color Harmonies of #49855C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49855C

Black with #49855C

Text Example


Text Example

White with #49855C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49855C; }

 p { color: rgb(73,133,92); }

 H1.HeaderClassName
 {
   color: #49855C;
 }
 .AnyTagClassName
 {
   color: #49855C;
 }
</style>

background-color css

<style>
 a { background-color: #49855C; }

 a { background-color: rgb(73,133,92); }

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

border-color css

<style>
 span { border-color: #49855C; }

 span { border-color: rgb(73,133,92); }

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