Html Css Color HEX #495D4B Nandor

📋 copy color: '#495D4B'

red 73 ◦ green 93 ◦ blue 75

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

Shades of Nandor #495D4B

Tints of Nandor #495D4B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 38.59%

 BLUE value IS 75 (29.69% from 255) = 31.12%

R = 30.29%
G = 38.59%
B = 31.12%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.19

 K value IS 0.64

RGB Variations

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

Color information

#495D4B (or 0x495D4B) is known color: Nandor. HEX triplet: 49, 5D and 4B. RGB value is (73,93,75). Sum of RGB (Red+Green+Blue) = 73+93+75=241 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.29% from 241); Green value is 93 (36.72% from 255 or 38.59% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 93 - color contains mainly: green. Hex color #495D4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495D4B is #B6A2B4. Grayscale: #555555. Windows color (decimal): -11969205 or 4939081. OLE color: 4939081.

HSL color Cylindrical-coordinate representation of color #495D4B: hue angle of 126º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #495D4B is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.64.

Color convert

RGB 73 93 75 -
CMYK 0.22 0 0.19 0.64
HSL 126º 0.12% 0.33% -
HSV(B) 126º 0.22% 0.36% -
XYZ 7.93 9.75 8.12 -
YUV 84.97 122.37 119.46 -
System Red Green Blue C M Y K H S L
Decimal 73 93 75 0.22 0 0.19 0.64 126 0.12 0.33
Hex 49 5D 4B 16 0 13 40 7E C 21
Octal 111 135 113 26 0 23 100 176 14 41
Binary 1001001 1011101 1001011 10110 0 10011 1000000 1111110 1100 100001

Color Harmonies of #495D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495D4B

Black with #495D4B

Text Example


Text Example

White with #495D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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