Html Css Color HEX #475F32 Dell

📋 copy color: '#475F32'

red 71 ◦ green 95 ◦ blue 50

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

Shades of Dell #475F32

Tints of Dell #475F32

RGB

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

 GREEN value IS 95 (37.5% from 255) = 43.98%

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

R = 32.87%
G = 43.98%
B = 23.15%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.47

 K value IS 0.63

RGB Variations

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

Color information

#475F32 (or 0x475F32) is known color: Dell. HEX triplet: 47, 5F and 32. RGB value is (71,95,50). Sum of RGB (Red+Green+Blue) = 71+95+50=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 95 (37.5% from 255 or 43.98% from 216); Blue value is 50 (19.92% from 255 or 23.15% from 216); Max value from RGB is 95 - color contains mainly: green. Hex color #475F32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475F32 is #B8A0CD. Grayscale: #525252. Windows color (decimal): -12099790 or 3301191. OLE color: 3301191.

HSL color Cylindrical-coordinate representation of color #475F32: hue angle of 92º 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 #475F32 is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.63.

Color convert

RGB 71 95 50 -
CMYK 0.25 0 0.47 0.63
HSL 92º 0.31% 0.28% -
HSV(B) 92º 0.47% 0.37% -
XYZ 7.27 9.75 4.52 -
YUV 82.69 109.55 119.66 -
System Red Green Blue C M Y K H S L
Decimal 71 95 50 0.25 0 0.47 0.63 92 0.31 0.28
Hex 47 5F 32 19 0 2F 3F 5C 1F 1C
Octal 107 137 62 31 0 57 77 134 37 34
Binary 1000111 1011111 110010 11001 0 101111 111111 1011100 11111 11100

Color Harmonies of #475F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475F32

Black with #475F32

Text Example


Text Example

White with #475F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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