Html Css Color HEX #475D34 Dell

📋 copy color: '#475D34'

red 71 ◦ green 93 ◦ blue 52

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

Shades of Dell #475D34

Tints of Dell #475D34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 24.07%

R = 32.87%
G = 43.06%
B = 24.07%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.44

 K value IS 0.64

RGB Variations

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

Color information

#475D34 (or 0x475D34) is known color: Dell. HEX triplet: 47, 5D and 34. RGB value is (71,93,52). Sum of RGB (Red+Green+Blue) = 71+93+52=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 93 (36.72% from 255 or 43.06% from 216); Blue value is 52 (20.70% from 255 or 24.07% from 216); Max value from RGB is 93 - color contains mainly: green. Hex color #475D34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475D34 is #B8A2CB. Grayscale: #515151. Windows color (decimal): -12100300 or 3431751. OLE color: 3431751.

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

Color convert

RGB 71 93 52 -
CMYK 0.24 0 0.44 0.64
HSL 92.2º 0.28% 0.28% -
HSV(B) 92.2º 0.44% 0.36% -
XYZ 7.13 9.42 4.69 -
YUV 81.75 111.21 120.33 -
System Red Green Blue C M Y K H S L
Decimal 71 93 52 0.24 0 0.44 0.64 92.2 0.28 0.28
Hex 47 5D 34 18 0 2C 40 5C 1C 1C
Octal 107 135 64 30 0 54 100 134 34 34
Binary 1000111 1011101 110100 11000 0 101100 1000000 1011100 11100 11100

Color Harmonies of #475D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475D34

Black with #475D34

Text Example


Text Example

White with #475D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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