Html Css Color HEX #476131 Dell

📋 copy color: '#476131'

red 71 ◦ green 97 ◦ blue 49

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

Shades of Dell #476131

Tints of Dell #476131

RGB

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

 GREEN value IS 97 (38.28% from 255) = 44.7%

 BLUE value IS 49 (19.53% from 255) = 22.58%

R = 32.72%
G = 44.7%
B = 22.58%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#476131 (or 0x476131) is known color: Dell. HEX triplet: 47, 61 and 31. RGB value is (71,97,49). Sum of RGB (Red+Green+Blue) = 71+97+49=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 97 (38.28% from 255 or 44.70% from 217); Blue value is 49 (19.53% from 255 or 22.58% from 217); Max value from RGB is 97 - color contains mainly: green. Hex color #476131 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476131 is #B89ECE. Grayscale: #535353. Windows color (decimal): -12099279 or 3236167. OLE color: 3236167.

HSL color Cylindrical-coordinate representation of color #476131: hue angle of 92.5º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #476131 is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 97 49 -
CMYK 0.27 0 0.49 0.62
HSL 92.5º 0.33% 0.29% -
HSV(B) 92.5º 0.49% 0.38% -
XYZ 7.43 10.11 4.47 -
YUV 83.75 108.39 118.9 -
System Red Green Blue C M Y K H S L
Decimal 71 97 49 0.27 0 0.49 0.62 92.5 0.33 0.29
Hex 47 61 31 1B 0 31 3E 5C 21 1D
Octal 107 141 61 33 0 61 76 134 41 35
Binary 1000111 1100001 110001 11011 0 110001 111110 1011100 100001 11101

Color Harmonies of #476131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476131

Black with #476131

Text Example


Text Example

White with #476131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476131; }

 p { color: rgb(71,97,49); }

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

background-color css

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

 a { background-color: rgb(71,97,49); }

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

border-color css

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

 span { border-color: rgb(71,97,49); }

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