Html Css Color HEX #49563C Cabbage Pont

📋 copy color: '#49563C'

red 73 ◦ green 86 ◦ blue 60

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

Shades of Cabbage Pont #49563C

Tints of Cabbage Pont #49563C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 39.27%

 BLUE value IS 60 (23.83% from 255) = 27.4%

R = 33.33%
G = 39.27%
B = 27.4%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.30

 K value IS 0.66

RGB Variations

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

Color information

#49563C (or 0x49563C) is known color: Cabbage Pont. HEX triplet: 49, 56 and 3C. RGB value is (73,86,60). Sum of RGB (Red+Green+Blue) = 73+86+60=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 86 (33.98% from 255 or 39.27% from 219); Blue value is 60 (23.83% from 255 or 27.40% from 219); Max value from RGB is 86 - color contains mainly: green. Hex color #49563C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49563C is #B6A9C3. Grayscale: #4F4F4F. Windows color (decimal): -11971012 or 3954249. OLE color: 3954249.

HSL color Cylindrical-coordinate representation of color #49563C: hue angle of 90º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #49563C is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.66.

Color convert

RGB 73 86 60 -
CMYK 0.15 0 0.30 0.66
HSL 90º 0.18% 0.29% -
HSV(B) 90º 0.3% 0.34% -
XYZ 6.89 8.4 5.53 -
YUV 79.15 117.19 123.61 -
System Red Green Blue C M Y K H S L
Decimal 73 86 60 0.15 0 0.30 0.66 90 0.18 0.29
Hex 49 56 3C F 0 1E 42 5A 12 1D
Octal 111 126 74 17 0 36 102 132 22 35
Binary 1001001 1010110 111100 1111 0 11110 1000010 1011010 10010 11101

Color Harmonies of #49563C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49563C

Black with #49563C

Text Example


Text Example

White with #49563C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,86,60); }

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

background-color css

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

 a { background-color: rgb(73,86,60); }

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

border-color css

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

 span { border-color: rgb(73,86,60); }

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