Html Css Color HEX #495F4A Nandor

📋 copy color: '#495F4A'

red 73 ◦ green 95 ◦ blue 74

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

Shades of Nandor #495F4A

Tints of Nandor #495F4A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 39.26%

 BLUE value IS 74 (29.3% from 255) = 30.58%

R = 30.17%
G = 39.26%
B = 30.58%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.22

 K value IS 0.63

RGB Variations

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

Color information

#495F4A (or 0x495F4A) is known color: Nandor. HEX triplet: 49, 5F and 4A. RGB value is (73,95,74). Sum of RGB (Red+Green+Blue) = 73+95+74=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 95 (37.5% from 255 or 39.26% from 242); Blue value is 74 (29.30% from 255 or 30.58% from 242); Max value from RGB is 95 - color contains mainly: green. Hex color #495F4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495F4A is #B6A0B5. Grayscale: #565656. Windows color (decimal): -11968694 or 4874057. OLE color: 4874057.

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

Color convert

RGB 73 95 74 -
CMYK 0.23 0 0.22 0.63
HSL 122.73º 0.13% 0.33% -
HSV(B) 122.73º 0.23% 0.37% -
XYZ 8.08 10.1 8 -
YUV 86.03 121.21 118.71 -
System Red Green Blue C M Y K H S L
Decimal 73 95 74 0.23 0 0.22 0.63 122.73 0.13 0.33
Hex 49 5F 4A 17 0 16 3F 7B D 21
Octal 111 137 112 27 0 26 77 173 15 41
Binary 1001001 1011111 1001010 10111 0 10110 111111 1111011 1101 100001

Color Harmonies of #495F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495F4A

Black with #495F4A

Text Example


Text Example

White with #495F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,95,74); }

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

background-color css

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

 a { background-color: rgb(73,95,74); }

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

border-color css

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

 span { border-color: rgb(73,95,74); }

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