Html Css Color HEX #495741 Cabbage Pont

📋 copy color: '#495741'

red 73 ◦ green 87 ◦ blue 65

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

Shades of Cabbage Pont #495741

Tints of Cabbage Pont #495741

RGB

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

 GREEN value IS 87 (34.38% from 255) = 38.67%

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

R = 32.44%
G = 38.67%
B = 28.89%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.25

 K value IS 0.66

RGB Variations

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

Color information

#495741 (or 0x495741) is known color: Cabbage Pont. HEX triplet: 49, 57 and 41. RGB value is (73,87,65). Sum of RGB (Red+Green+Blue) = 73+87+65=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 87 (34.38% from 255 or 38.67% from 225); Blue value is 65 (25.78% from 255 or 28.89% from 225); Max value from RGB is 87 - color contains mainly: green. Hex color #495741 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495741 is #B6A8BE. Grayscale: #505050. Windows color (decimal): -11970751 or 4282185. OLE color: 4282185.

HSL color Cylindrical-coordinate representation of color #495741: hue angle of 98.18º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #495741 is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.66.

Color convert

RGB 73 87 65 -
CMYK 0.16 0 0.25 0.66
HSL 98.18º 0.14% 0.3% -
HSV(B) 98.18º 0.25% 0.34% -
XYZ 7.11 8.61 6.29 -
YUV 80.31 119.36 122.79 -
System Red Green Blue C M Y K H S L
Decimal 73 87 65 0.16 0 0.25 0.66 98.18 0.14 0.3
Hex 49 57 41 10 0 19 42 62 E 1E
Octal 111 127 101 20 0 31 102 142 16 36
Binary 1001001 1010111 1000001 10000 0 11001 1000010 1100010 1110 11110

Color Harmonies of #495741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495741

Black with #495741

Text Example


Text Example

White with #495741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495741; }

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

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

background-color css

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

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

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

border-color css

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

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

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