Html Css Color HEX #476432 Dell

📋 copy color: '#476432'

red 71 ◦ green 100 ◦ blue 50

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

Shades of Dell #476432

Tints of Dell #476432

RGB

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

 GREEN value IS 100 (39.45% from 255) = 45.25%

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

R = 32.13%
G = 45.25%
B = 22.62%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.50

 K value IS 0.61

RGB Variations

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

Color information

#476432 (or 0x476432) is known color: Dell. HEX triplet: 47, 64 and 32. RGB value is (71,100,50). Sum of RGB (Red+Green+Blue) = 71+100+50=221 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.13% from 221); Green value is 100 (39.45% from 255 or 45.25% from 221); Blue value is 50 (19.92% from 255 or 22.62% from 221); Max value from RGB is 100 - color contains mainly: green. Hex color #476432 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476432 is #B89BCD. Grayscale: #555555. Windows color (decimal): -12098510 or 3302471. OLE color: 3302471.

HSL color Cylindrical-coordinate representation of color #476432: hue angle of 94.8º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #476432 is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.61.

Color convert

RGB 71 100 50 -
CMYK 0.29 0 0.50 0.61
HSL 94.8º 0.33% 0.29% -
HSV(B) 94.8º 0.5% 0.39% -
XYZ 7.73 10.68 4.67 -
YUV 85.63 107.89 117.57 -
System Red Green Blue C M Y K H S L
Decimal 71 100 50 0.29 0 0.50 0.61 94.8 0.33 0.29
Hex 47 64 32 1D 0 32 3D 5F 21 1D
Octal 107 144 62 35 0 62 75 137 41 35
Binary 1000111 1100100 110010 11101 0 110010 111101 1011111 100001 11101

Color Harmonies of #476432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476432

Black with #476432

Text Example


Text Example

White with #476432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476432; }

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

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

background-color css

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

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

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

border-color css

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

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

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