Html Css Color HEX #477221 Dell

📋 copy color: '#477221'

red 71 ◦ green 114 ◦ blue 33

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

Shades of Dell #477221

Tints of Dell #477221

RGB

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

 GREEN value IS 114 (44.92% from 255) = 52.29%

 BLUE value IS 33 (13.28% from 255) = 15.14%

R = 32.57%
G = 52.29%
B = 15.14%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#477221 (or 0x477221) is known color: Dell. HEX triplet: 47, 72 and 21. RGB value is (71,114,33). Sum of RGB (Red+Green+Blue) = 71+114+33=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 114 (44.92% from 255 or 52.29% from 218); Blue value is 33 (13.28% from 255 or 15.14% from 218); Max value from RGB is 114 - color contains mainly: green. Hex color #477221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477221 is #B88DDE. Grayscale: #5C5C5C. Windows color (decimal): -12094943 or 2191943. OLE color: 2191943.

HSL color Cylindrical-coordinate representation of color #477221: hue angle of 91.85º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #477221 is Cyan = 0.38, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 114 33 -
CMYK 0.38 0 0.71 0.55
HSL 91.85º 0.55% 0.29% -
HSV(B) 91.85º 0.71% 0.45% -
XYZ 8.89 13.48 3.57 -
YUV 91.91 94.75 113.09 -
System Red Green Blue C M Y K H S L
Decimal 71 114 33 0.38 0 0.71 0.55 91.85 0.55 0.29
Hex 47 72 21 26 0 47 37 5C 37 1D
Octal 107 162 41 46 0 107 67 134 67 35
Binary 1000111 1110010 100001 100110 0 1000111 110111 1011100 110111 11101

Color Harmonies of #477221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477221

Black with #477221

Text Example


Text Example

White with #477221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477221; }

 p { color: rgb(71,114,33); }

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

background-color css

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

 a { background-color: rgb(71,114,33); }

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

border-color css

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

 span { border-color: rgb(71,114,33); }

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