Html Css Color HEX #495A3B Cabbage Pont

📋 copy color: '#495A3B'

red 73 ◦ green 90 ◦ blue 59

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

Shades of Cabbage Pont #495A3B

Tints of Cabbage Pont #495A3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 26.58%

R = 32.88%
G = 40.54%
B = 26.58%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#495A3B (or 0x495A3B) is known color: Cabbage Pont. HEX triplet: 49, 5A and 3B. RGB value is (73,90,59). Sum of RGB (Red+Green+Blue) = 73+90+59=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 90 (35.55% from 255 or 40.54% from 222); Blue value is 59 (23.44% from 255 or 26.58% from 222); Max value from RGB is 90 - color contains mainly: green. Hex color #495A3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495A3B is #B6A5C4. Grayscale: #515151. Windows color (decimal): -11969989 or 3889737. OLE color: 3889737.

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

Color convert

RGB 73 90 59 -
CMYK 0.19 0 0.34 0.65
HSL 92.9º 0.21% 0.29% -
HSV(B) 92.9º 0.34% 0.35% -
XYZ 7.19 9.04 5.5 -
YUV 81.38 115.37 122.02 -
System Red Green Blue C M Y K H S L
Decimal 73 90 59 0.19 0 0.34 0.65 92.9 0.21 0.29
Hex 49 5A 3B 13 0 22 41 5D 15 1D
Octal 111 132 73 23 0 42 101 135 25 35
Binary 1001001 1011010 111011 10011 0 100010 1000001 1011101 10101 11101

Color Harmonies of #495A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495A3B

Black with #495A3B

Text Example


Text Example

White with #495A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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