#495A4B

Color #495A4B Nandor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nandor #495A4B

Tints of Nandor #495A4B

Color information

#495A4B (or 0x495A4B) is unknown color: approx Nandor. HEX triplet: 49, 5A and 4B. RGB value is (73,90,75). Sum of RGB (Red+Green+Blue) = 73+90+75=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 90 (35.55% from 255 or 37.82% from 238); Blue value is 75 (29.69% from 255 or 31.51% from 238); Max value from RGB is 90 - color contains mainly: green. Hex color #495A4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495A4B is #B6A5B4. Grayscale: #535353. Windows color (decimal): -11969973 or 4938313. OLE color: 4938313.

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

Color convert

RGB739075-
CMYK0.1900.170.65
HSL127.06º10.43%31.96%-
HSV(B)127.06º18.89%35.29%-
XYZ7.679.248.04-
YUV83.21123.37120.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.67%
GREEN value IS 90 (35.55% from 255) = 37.82%
BLUE value IS 75 (29.69% from 255) = 31.51%
R=30.67%
G=37.82%
B=31.51%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7390750.1900.170.65127.0610.4331.96
Hex495A4B13011417fa20
Octal111132113230211011771240
Binary10010011011010100101110011010001100000111111111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #495A4B;
 }
 .AnyTagClassName
 {
   color: #495A4B;
 }
</style>
background-color css

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

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

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

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

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

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