Html Css Color HEX #495A3F Cabbage Pont

📋 copy color: '#495A3F'

red 73 ◦ green 90 ◦ blue 63

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

Shades of Cabbage Pont #495A3F

Tints of Cabbage Pont #495A3F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 39.82%

 BLUE value IS 63 (25% from 255) = 27.88%

R = 32.3%
G = 39.82%
B = 27.88%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.30

 K value IS 0.65

RGB Variations

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

Color information

#495A3F (or 0x495A3F) is known color: Cabbage Pont. HEX triplet: 49, 5A and 3F. RGB value is (73,90,63). Sum of RGB (Red+Green+Blue) = 73+90+63=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 90 (35.55% from 255 or 39.82% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 90 - color contains mainly: green. Hex color #495A3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495A3F is #B6A5C0. Grayscale: #515151. Windows color (decimal): -11969985 or 4151881. OLE color: 4151881.

HSL color Cylindrical-coordinate representation of color #495A3F: hue angle of 97.78º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #495A3F is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 90 63 -
CMYK 0.19 0 0.30 0.65
HSL 97.78º 0.18% 0.3% -
HSV(B) 97.78º 0.3% 0.35% -
XYZ 7.3 9.09 6.07 -
YUV 81.84 117.37 121.7 -
System Red Green Blue C M Y K H S L
Decimal 73 90 63 0.19 0 0.30 0.65 97.78 0.18 0.3
Hex 49 5A 3F 13 0 1E 41 62 12 1E
Octal 111 132 77 23 0 36 101 142 22 36
Binary 1001001 1011010 111111 10011 0 11110 1000001 1100010 10010 11110

Color Harmonies of #495A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495A3F

Black with #495A3F

Text Example


Text Example

White with #495A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495A3F; }

 p { color: rgb(73,90,63); }

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

background-color css

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

 a { background-color: rgb(73,90,63); }

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

border-color css

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

 span { border-color: rgb(73,90,63); }

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