Html Css Color HEX #495343 Cabbage Pont

📋 copy color: '#495343'

red 73 ◦ green 83 ◦ blue 67

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

Shades of Cabbage Pont #495343

Tints of Cabbage Pont #495343

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.22%

 BLUE value IS 67 (26.56% from 255) = 30.04%

R = 32.74%
G = 37.22%
B = 30.04%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#495343 (or 0x495343) is known color: Cabbage Pont. HEX triplet: 49, 53 and 43. RGB value is (73,83,67). Sum of RGB (Red+Green+Blue) = 73+83+67=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 83 (32.81% from 255 or 37.22% from 223); Blue value is 67 (26.56% from 255 or 30.04% from 223); Max value from RGB is 83 - color contains mainly: green. Hex color #495343 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495343 is #B6ACBC. Grayscale: #4E4E4E. Windows color (decimal): -11971773 or 4412233. OLE color: 4412233.

HSL color Cylindrical-coordinate representation of color #495343: hue angle of 97.5º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #495343 is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 83 67 -
CMYK 0.12 0 0.19 0.67
HSL 97.5º 0.11% 0.29% -
HSV(B) 97.5º 0.19% 0.33% -
XYZ 6.85 8.01 6.49 -
YUV 78.19 121.69 124.3 -
System Red Green Blue C M Y K H S L
Decimal 73 83 67 0.12 0 0.19 0.67 97.5 0.11 0.29
Hex 49 53 43 C 0 13 43 62 B 1D
Octal 111 123 103 14 0 23 103 142 13 35
Binary 1001001 1010011 1000011 1100 0 10011 1000011 1100010 1011 11101

Color Harmonies of #495343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495343

Black with #495343

Text Example


Text Example

White with #495343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495343; }

 p { color: rgb(73,83,67); }

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

background-color css

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

 a { background-color: rgb(73,83,67); }

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

border-color css

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

 span { border-color: rgb(73,83,67); }

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