Html Css Color HEX #475C35 Dell

📋 copy color: '#475C35'

red 71 ◦ green 92 ◦ blue 53

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

Shades of Dell #475C35

Tints of Dell #475C35

RGB

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

 GREEN value IS 92 (36.33% from 255) = 42.59%

 BLUE value IS 53 (21.09% from 255) = 24.54%

R = 32.87%
G = 42.59%
B = 24.54%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.42

 K value IS 0.64

RGB Variations

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

Color information

#475C35 (or 0x475C35) is known color: Dell. HEX triplet: 47, 5C and 35. RGB value is (71,92,53). Sum of RGB (Red+Green+Blue) = 71+92+53=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 92 (36.33% from 255 or 42.59% from 216); Blue value is 53 (21.09% from 255 or 24.54% from 216); Max value from RGB is 92 - color contains mainly: green. Hex color #475C35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475C35 is #B8A3CA. Grayscale: #515151. Windows color (decimal): -12100555 or 3497031. OLE color: 3497031.

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

Color convert

RGB 71 92 53 -
CMYK 0.23 0 0.42 0.64
HSL 92.31º 0.27% 0.28% -
HSV(B) 92.31º 0.42% 0.36% -
XYZ 7.07 9.25 4.78 -
YUV 81.28 112.04 120.67 -
System Red Green Blue C M Y K H S L
Decimal 71 92 53 0.23 0 0.42 0.64 92.31 0.27 0.28
Hex 47 5C 35 17 0 2A 40 5C 1B 1C
Octal 107 134 65 27 0 52 100 134 33 34
Binary 1000111 1011100 110101 10111 0 101010 1000000 1011100 11011 11100

Color Harmonies of #475C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475C35

Black with #475C35

Text Example


Text Example

White with #475C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,92,53); }

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

background-color css

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

 a { background-color: rgb(71,92,53); }

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

border-color css

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

 span { border-color: rgb(71,92,53); }

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