Html Css Color HEX #475D36 Dell

📋 copy color: '#475D36'

red 71 ◦ green 93 ◦ blue 54

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

Shades of Dell #475D36

Tints of Dell #475D36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 24.77%

R = 32.57%
G = 42.66%
B = 24.77%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.42

 K value IS 0.64

RGB Variations

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

Color information

#475D36 (or 0x475D36) is known color: Dell. HEX triplet: 47, 5D and 36. RGB value is (71,93,54). Sum of RGB (Red+Green+Blue) = 71+93+54=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 93 (36.72% from 255 or 42.66% from 218); Blue value is 54 (21.48% from 255 or 24.77% from 218); Max value from RGB is 93 - color contains mainly: green. Hex color #475D36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475D36 is #B8A2C9. Grayscale: #525252. Windows color (decimal): -12100298 or 3562823. OLE color: 3562823.

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

Color convert

RGB 71 93 54 -
CMYK 0.24 0 0.42 0.64
HSL 93.85º 0.27% 0.29% -
HSV(B) 93.85º 0.42% 0.36% -
XYZ 7.18 9.43 4.93 -
YUV 81.98 112.21 120.17 -
System Red Green Blue C M Y K H S L
Decimal 71 93 54 0.24 0 0.42 0.64 93.85 0.27 0.29
Hex 47 5D 36 18 0 2A 40 5E 1B 1D
Octal 107 135 66 30 0 52 100 136 33 35
Binary 1000111 1011101 110110 11000 0 101010 1000000 1011110 11011 11101

Color Harmonies of #475D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475D36

Black with #475D36

Text Example


Text Example

White with #475D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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