Html Css Color HEX #475D4A Nandor

📋 copy color: '#475D4A'

red 71 ◦ green 93 ◦ blue 74

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

Shades of Nandor #475D4A

Tints of Nandor #475D4A

RGB

 RED value IS 71 (28.13% from 255) = 29.83%

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

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

R = 29.83%
G = 39.08%
B = 31.09%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.20

 K value IS 0.64

RGB Variations

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

Color information

#475D4A (or 0x475D4A) is known color: Nandor. HEX triplet: 47, 5D and 4A. RGB value is (71,93,74). Sum of RGB (Red+Green+Blue) = 71+93+74=238 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.83% from 238); Green value is 93 (36.72% from 255 or 39.08% from 238); Blue value is 74 (29.30% from 255 or 31.09% from 238); Max value from RGB is 93 - color contains mainly: green. Hex color #475D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475D4A is #B8A2B5. Grayscale: #545454. Windows color (decimal): -12100278 or 4873543. OLE color: 4873543.

HSL color Cylindrical-coordinate representation of color #475D4A: hue angle of 128.18º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #475D4A is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.

Color convert

RGB 71 93 74 -
CMYK 0.24 0 0.20 0.64
HSL 128.18º 0.13% 0.32% -
HSV(B) 128.18º 0.24% 0.36% -
XYZ 7.75 9.66 7.94 -
YUV 84.26 122.21 118.54 -
System Red Green Blue C M Y K H S L
Decimal 71 93 74 0.24 0 0.20 0.64 128.18 0.13 0.32
Hex 47 5D 4A 18 0 14 40 80 D 20
Octal 107 135 112 30 0 24 100 200 15 40
Binary 1000111 1011101 1001010 11000 0 10100 1000000 10000000 1101 100000

Color Harmonies of #475D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475D4A

Black with #475D4A

Text Example


Text Example

White with #475D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475D4A; }

 p { color: rgb(71,93,74); }

 H1.HeaderClassName
 {
   color: #475D4A;
 }
 .AnyTagClassName
 {
   color: #475D4A;
 }
</style>

background-color css

<style>
 a { background-color: #475D4A; }

 a { background-color: rgb(71,93,74); }

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

border-color css

<style>
 span { border-color: #475D4A; }

 span { border-color: rgb(71,93,74); }

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