Html Css Color HEX #476331 Dell

📋 copy color: '#476331'

red 71 ◦ green 99 ◦ blue 49

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

Shades of Dell #476331

Tints of Dell #476331

RGB

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

 GREEN value IS 99 (39.06% from 255) = 45.21%

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

R = 32.42%
G = 45.21%
B = 22.37%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.51

 K value IS 0.61

RGB Variations

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

Color information

#476331 (or 0x476331) is known color: Dell. HEX triplet: 47, 63 and 31. RGB value is (71,99,49). Sum of RGB (Red+Green+Blue) = 71+99+49=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 99 (39.06% from 255 or 45.21% from 219); Blue value is 49 (19.53% from 255 or 22.37% from 219); Max value from RGB is 99 - color contains mainly: green. Hex color #476331 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476331 is #B89CCE. Grayscale: #555555. Windows color (decimal): -12098767 or 3236679. OLE color: 3236679.

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

Color convert

RGB 71 99 49 -
CMYK 0.28 0 0.51 0.61
HSL 93.6º 0.34% 0.29% -
HSV(B) 93.6º 0.51% 0.39% -
XYZ 7.61 10.49 4.53 -
YUV 84.93 107.72 118.07 -
System Red Green Blue C M Y K H S L
Decimal 71 99 49 0.28 0 0.51 0.61 93.6 0.34 0.29
Hex 47 63 31 1C 0 33 3D 5E 22 1D
Octal 107 143 61 34 0 63 75 136 42 35
Binary 1000111 1100011 110001 11100 0 110011 111101 1011110 100010 11101

Color Harmonies of #476331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476331

Black with #476331

Text Example


Text Example

White with #476331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476331; }

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

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

background-color css

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

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

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

border-color css

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

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

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