Html Css Color HEX #495341 Cabbage Pont

📋 copy color: '#495341'

red 73 ◦ green 83 ◦ blue 65

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

Shades of Cabbage Pont #495341

Tints of Cabbage Pont #495341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 29.41%

R = 33.03%
G = 37.56%
B = 29.41%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#495341 (or 0x495341) is known color: Cabbage Pont. HEX triplet: 49, 53 and 41. RGB value is (73,83,65). Sum of RGB (Red+Green+Blue) = 73+83+65=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 83 (32.81% from 255 or 37.56% from 221); Blue value is 65 (25.78% from 255 or 29.41% from 221); Max value from RGB is 83 - color contains mainly: green. Hex color #495341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495341 is #B6ACBE. Grayscale: #4E4E4E. Windows color (decimal): -11971775 or 4281161. OLE color: 4281161.

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

Color convert

RGB 73 83 65 -
CMYK 0.12 0 0.22 0.67
HSL 93.33º 0.12% 0.29% -
HSV(B) 93.33º 0.22% 0.33% -
XYZ 6.8 7.98 6.18 -
YUV 77.96 120.69 124.46 -
System Red Green Blue C M Y K H S L
Decimal 73 83 65 0.12 0 0.22 0.67 93.33 0.12 0.29
Hex 49 53 41 C 0 16 43 5D C 1D
Octal 111 123 101 14 0 26 103 135 14 35
Binary 1001001 1010011 1000001 1100 0 10110 1000011 1011101 1100 11101

Color Harmonies of #495341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495341

Black with #495341

Text Example


Text Example

White with #495341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495341; }

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

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

background-color css

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

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

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

border-color css

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

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

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