Html Css Color HEX #475E32 Dell

📋 copy color: '#475E32'

red 71 ◦ green 94 ◦ blue 50

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

Shades of Dell #475E32

Tints of Dell #475E32

RGB

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

 GREEN value IS 94 (37.11% from 255) = 43.72%

 BLUE value IS 50 (19.92% from 255) = 23.26%

R = 33.02%
G = 43.72%
B = 23.26%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.47

 K value IS 0.63

RGB Variations

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

Color information

#475E32 (or 0x475E32) is known color: Dell. HEX triplet: 47, 5E and 32. RGB value is (71,94,50). Sum of RGB (Red+Green+Blue) = 71+94+50=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 94 (37.11% from 255 or 43.72% from 215); Blue value is 50 (19.92% from 255 or 23.26% from 215); Max value from RGB is 94 - color contains mainly: green. Hex color #475E32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475E32 is #B8A1CD. Grayscale: #525252. Windows color (decimal): -12100046 or 3300935. OLE color: 3300935.

HSL color Cylindrical-coordinate representation of color #475E32: hue angle of 91.36º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #475E32 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.63.

Color convert

RGB 71 94 50 -
CMYK 0.24 0 0.47 0.63
HSL 91.36º 0.31% 0.28% -
HSV(B) 91.36º 0.47% 0.37% -
XYZ 7.18 9.58 4.49 -
YUV 82.11 109.88 120.08 -
System Red Green Blue C M Y K H S L
Decimal 71 94 50 0.24 0 0.47 0.63 91.36 0.31 0.28
Hex 47 5E 32 18 0 2F 3F 5B 1F 1C
Octal 107 136 62 30 0 57 77 133 37 34
Binary 1000111 1011110 110010 11000 0 101111 111111 1011011 11111 11100

Color Harmonies of #475E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475E32

Black with #475E32

Text Example


Text Example

White with #475E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,94,50); }

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

background-color css

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

 a { background-color: rgb(71,94,50); }

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

border-color css

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

 span { border-color: rgb(71,94,50); }

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