Html Css Color HEX #47622C Dell

📋 copy color: '#47622C'

red 71 ◦ green 98 ◦ blue 44

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

Shades of Dell #47622C

Tints of Dell #47622C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 46.01%

 BLUE value IS 44 (17.58% from 255) = 20.66%

R = 33.33%
G = 46.01%
B = 20.66%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.55

 K value IS 0.62

RGB Variations

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

Color information

#47622C (or 0x47622C) is known color: Dell. HEX triplet: 47, 62 and 2C. RGB value is (71,98,44). Sum of RGB (Red+Green+Blue) = 71+98+44=213 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.33% from 213); Green value is 98 (38.67% from 255 or 46.01% from 213); Blue value is 44 (17.58% from 255 or 20.66% from 213); Max value from RGB is 98 - color contains mainly: green. Hex color #47622C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47622C is #B89DD3. Grayscale: #535353. Windows color (decimal): -12099028 or 2908743. OLE color: 2908743.

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

Color convert

RGB 71 98 44 -
CMYK 0.28 0 0.55 0.62
HSL 90º 0.38% 0.28% -
HSV(B) 90º 0.55% 0.38% -
XYZ 7.42 10.26 3.97 -
YUV 83.77 105.55 118.89 -
System Red Green Blue C M Y K H S L
Decimal 71 98 44 0.28 0 0.55 0.62 90 0.38 0.28
Hex 47 62 2C 1C 0 37 3E 5A 26 1C
Octal 107 142 54 34 0 67 76 132 46 34
Binary 1000111 1100010 101100 11100 0 110111 111110 1011010 100110 11100

Color Harmonies of #47622C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47622C

Black with #47622C

Text Example


Text Example

White with #47622C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47622C; }

 p { color: rgb(71,98,44); }

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

background-color css

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

 a { background-color: rgb(71,98,44); }

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

border-color css

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

 span { border-color: rgb(71,98,44); }

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