Html Css Color HEX #495E3D Cabbage Pont

📋 copy color: '#495E3D'

red 73 ◦ green 94 ◦ blue 61

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

Shades of Cabbage Pont #495E3D

Tints of Cabbage Pont #495E3D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 41.23%

 BLUE value IS 61 (24.22% from 255) = 26.75%

R = 32.02%
G = 41.23%
B = 26.75%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.35

 K value IS 0.63

RGB Variations

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

Color information

#495E3D (or 0x495E3D) is known color: Cabbage Pont. HEX triplet: 49, 5E and 3D. RGB value is (73,94,61). Sum of RGB (Red+Green+Blue) = 73+94+61=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 94 (37.11% from 255 or 41.23% from 228); Blue value is 61 (24.22% from 255 or 26.75% from 228); Max value from RGB is 94 - color contains mainly: green. Hex color #495E3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495E3D is #B6A1C2. Grayscale: #545454. Windows color (decimal): -11968963 or 4021833. OLE color: 4021833.

HSL color Cylindrical-coordinate representation of color #495E3D: hue angle of 98.18º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #495E3D is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.63.

Color convert

RGB 73 94 61 -
CMYK 0.22 0 0.35 0.63
HSL 98.18º 0.21% 0.3% -
HSV(B) 98.18º 0.35% 0.37% -
XYZ 7.59 9.76 5.9 -
YUV 83.96 115.04 120.18 -
System Red Green Blue C M Y K H S L
Decimal 73 94 61 0.22 0 0.35 0.63 98.18 0.21 0.3
Hex 49 5E 3D 16 0 23 3F 62 15 1E
Octal 111 136 75 26 0 43 77 142 25 36
Binary 1001001 1011110 111101 10110 0 100011 111111 1100010 10101 11110

Color Harmonies of #495E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495E3D

Black with #495E3D

Text Example


Text Example

White with #495E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,94,61); }

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

background-color css

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

 a { background-color: rgb(73,94,61); }

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

border-color css

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

 span { border-color: rgb(73,94,61); }

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