Html Css Color HEX #495939 Cabbage Pont

📋 copy color: '#495939'

red 73 ◦ green 89 ◦ blue 57

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

Shades of Cabbage Pont #495939

Tints of Cabbage Pont #495939

RGB

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

 GREEN value IS 89 (35.16% from 255) = 40.64%

 BLUE value IS 57 (22.66% from 255) = 26.03%

R = 33.33%
G = 40.64%
B = 26.03%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.36

 K value IS 0.65

RGB Variations

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

Color information

#495939 (or 0x495939) is known color: Cabbage Pont. HEX triplet: 49, 59 and 39. RGB value is (73,89,57). Sum of RGB (Red+Green+Blue) = 73+89+57=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 89 (35.16% from 255 or 40.64% from 219); Blue value is 57 (22.66% from 255 or 26.03% from 219); Max value from RGB is 89 - color contains mainly: green. Hex color #495939 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495939 is #B6A6C6. Grayscale: #505050. Windows color (decimal): -11970247 or 3758409. OLE color: 3758409.

HSL color Cylindrical-coordinate representation of color #495939: hue angle of 90º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #495939 is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 89 57 -
CMYK 0.18 0 0.36 0.65
HSL 90º 0.22% 0.29% -
HSV(B) 90º 0.36% 0.35% -
XYZ 7.06 8.86 5.21 -
YUV 80.57 114.7 122.6 -
System Red Green Blue C M Y K H S L
Decimal 73 89 57 0.18 0 0.36 0.65 90 0.22 0.29
Hex 49 59 39 12 0 24 41 5A 16 1D
Octal 111 131 71 22 0 44 101 132 26 35
Binary 1001001 1011001 111001 10010 0 100100 1000001 1011010 10110 11101

Color Harmonies of #495939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495939

Black with #495939

Text Example


Text Example

White with #495939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495939; }

 p { color: rgb(73,89,57); }

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

background-color css

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

 a { background-color: rgb(73,89,57); }

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

border-color css

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

 span { border-color: rgb(73,89,57); }

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