Html Css Color HEX #475D3A Dell

📋 copy color: '#475D3A'

red 71 ◦ green 93 ◦ blue 58

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

Shades of Dell #475D3A

Tints of Dell #475D3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 26.13%

R = 31.98%
G = 41.89%
B = 26.13%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.38

 K value IS 0.64

RGB Variations

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

Color information

#475D3A (or 0x475D3A) is known color: Dell. HEX triplet: 47, 5D and 3A. RGB value is (71,93,58). Sum of RGB (Red+Green+Blue) = 71+93+58=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 93 (36.72% from 255 or 41.89% from 222); Blue value is 58 (23.05% from 255 or 26.13% from 222); Max value from RGB is 93 - color contains mainly: green. Hex color #475D3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475D3A is #B8A2C5. Grayscale: #525252. Windows color (decimal): -12100294 or 3824967. OLE color: 3824967.

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

Color convert

RGB 71 93 58 -
CMYK 0.24 0 0.38 0.64
HSL 97.71º 0.23% 0.3% -
HSV(B) 97.71º 0.38% 0.36% -
XYZ 7.28 9.47 5.45 -
YUV 82.43 114.21 119.85 -
System Red Green Blue C M Y K H S L
Decimal 71 93 58 0.24 0 0.38 0.64 97.71 0.23 0.3
Hex 47 5D 3A 18 0 26 40 62 17 1E
Octal 107 135 72 30 0 46 100 142 27 36
Binary 1000111 1011101 111010 11000 0 100110 1000000 1100010 10111 11110

Color Harmonies of #475D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475D3A

Black with #475D3A

Text Example


Text Example

White with #475D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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