Html Css Color HEX #495D4C Nandor

📋 copy color: '#495D4C'

red 73 ◦ green 93 ◦ blue 76

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

Shades of Nandor #495D4C

Tints of Nandor #495D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 31.4%

R = 30.17%
G = 38.43%
B = 31.4%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.18

 K value IS 0.64

RGB Variations

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

Color information

#495D4C (or 0x495D4C) is known color: Nandor. HEX triplet: 49, 5D and 4C. RGB value is (73,93,76). Sum of RGB (Red+Green+Blue) = 73+93+76=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 93 (36.72% from 255 or 38.43% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 93 - color contains mainly: green. Hex color #495D4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495D4C is #B6A2B3. Grayscale: #555555. Windows color (decimal): -11969204 or 5004617. OLE color: 5004617.

HSL color Cylindrical-coordinate representation of color #495D4C: hue angle of 129º 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 #495D4C is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.

Color convert

RGB 73 93 76 -
CMYK 0.22 0 0.18 0.64
HSL 129º 0.12% 0.33% -
HSV(B) 129º 0.22% 0.36% -
XYZ 7.97 9.77 8.3 -
YUV 85.08 122.87 119.38 -
System Red Green Blue C M Y K H S L
Decimal 73 93 76 0.22 0 0.18 0.64 129 0.12 0.33
Hex 49 5D 4C 16 0 12 40 81 C 21
Octal 111 135 114 26 0 22 100 201 14 41
Binary 1001001 1011101 1001100 10110 0 10010 1000000 10000001 1100 100001

Color Harmonies of #495D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495D4C

Black with #495D4C

Text Example


Text Example

White with #495D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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