Html Css Color HEX #477032 Dell

📋 copy color: '#477032'

red 71 ◦ green 112 ◦ blue 50

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

Shades of Dell #477032

Tints of Dell #477032

RGB

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

 GREEN value IS 112 (44.14% from 255) = 48.07%

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

R = 30.47%
G = 48.07%
B = 21.46%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#477032 (or 0x477032) is known color: Dell. HEX triplet: 47, 70 and 32. RGB value is (71,112,50). Sum of RGB (Red+Green+Blue) = 71+112+50=233 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.47% from 233); Green value is 112 (44.14% from 255 or 48.07% from 233); Blue value is 50 (19.92% from 255 or 21.46% from 233); Max value from RGB is 112 - color contains mainly: green. Hex color #477032 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477032 is #B88FCD. Grayscale: #5C5C5C. Windows color (decimal): -12095438 or 3305543. OLE color: 3305543.

HSL color Cylindrical-coordinate representation of color #477032: hue angle of 99.68º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #477032 is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 112 50 -
CMYK 0.37 0 0.55 0.56
HSL 99.68º 0.38% 0.32% -
HSV(B) 99.68º 0.55% 0.44% -
XYZ 8.97 13.16 5.08 -
YUV 92.67 103.92 112.54 -
System Red Green Blue C M Y K H S L
Decimal 71 112 50 0.37 0 0.55 0.56 99.68 0.38 0.32
Hex 47 70 32 25 0 37 38 64 26 20
Octal 107 160 62 45 0 67 70 144 46 40
Binary 1000111 1110000 110010 100101 0 110111 111000 1100100 100110 100000

Color Harmonies of #477032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477032

Black with #477032

Text Example


Text Example

White with #477032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477032; }

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

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

background-color css

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

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

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

border-color css

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

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

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