Html Css Color HEX #495A43 Tom Thumb

📋 copy color: '#495A43'

red 73 ◦ green 90 ◦ blue 67

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

Shades of Tom Thumb #495A43

Tints of Tom Thumb #495A43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 29.13%

R = 31.74%
G = 39.13%
B = 29.13%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#495A43 (or 0x495A43) is known color: Tom Thumb. HEX triplet: 49, 5A and 43. RGB value is (73,90,67). Sum of RGB (Red+Green+Blue) = 73+90+67=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 90 (35.55% from 255 or 39.13% from 230); Blue value is 67 (26.56% from 255 or 29.13% from 230); Max value from RGB is 90 - color contains mainly: green. Hex color #495A43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495A43 is #B6A5BC. Grayscale: #525252. Windows color (decimal): -11969981 or 4414025. OLE color: 4414025.

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

Color convert

RGB 73 90 67 -
CMYK 0.19 0 0.26 0.65
HSL 104.35º 0.15% 0.31% -
HSV(B) 104.35º 0.26% 0.35% -
XYZ 7.42 9.13 6.68 -
YUV 82.3 119.37 121.37 -
System Red Green Blue C M Y K H S L
Decimal 73 90 67 0.19 0 0.26 0.65 104.35 0.15 0.31
Hex 49 5A 43 13 0 1A 41 68 F 1F
Octal 111 132 103 23 0 32 101 150 17 37
Binary 1001001 1011010 1000011 10011 0 11010 1000001 1101000 1111 11111

Color Harmonies of #495A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495A43

Black with #495A43

Text Example


Text Example

White with #495A43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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