Html Css Color HEX #476032 Dell

📋 copy color: '#476032'

red 71 ◦ green 96 ◦ blue 50

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

Shades of Dell #476032

Tints of Dell #476032

RGB

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

 GREEN value IS 96 (37.89% from 255) = 44.24%

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

R = 32.72%
G = 44.24%
B = 23.04%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#476032 (or 0x476032) is known color: Dell. HEX triplet: 47, 60 and 32. RGB value is (71,96,50). Sum of RGB (Red+Green+Blue) = 71+96+50=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 50 (19.92% from 255 or 23.04% from 217); Max value from RGB is 96 - color contains mainly: green. Hex color #476032 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476032 is #B89FCD. Grayscale: #535353. Windows color (decimal): -12099534 or 3301447. OLE color: 3301447.

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

Color convert

RGB 71 96 50 -
CMYK 0.26 0 0.48 0.62
HSL 92.61º 0.32% 0.29% -
HSV(B) 92.61º 0.48% 0.38% -
XYZ 7.36 9.94 4.55 -
YUV 83.28 109.22 119.24 -
System Red Green Blue C M Y K H S L
Decimal 71 96 50 0.26 0 0.48 0.62 92.61 0.32 0.29
Hex 47 60 32 1A 0 30 3E 5D 20 1D
Octal 107 140 62 32 0 60 76 135 40 35
Binary 1000111 1100000 110010 11010 0 110000 111110 1011101 100000 11101

Color Harmonies of #476032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476032

Black with #476032

Text Example


Text Example

White with #476032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476032; }

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

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

background-color css

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

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

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

border-color css

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

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

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