Html Css Color HEX #477332 Dell

📋 copy color: '#477332'

red 71 ◦ green 115 ◦ blue 50

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

Shades of Dell #477332

Tints of Dell #477332

RGB

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

 GREEN value IS 115 (45.31% from 255) = 48.73%

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

R = 30.08%
G = 48.73%
B = 21.19%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#477332 (or 0x477332) is known color: Dell. HEX triplet: 47, 73 and 32. RGB value is (71,115,50). Sum of RGB (Red+Green+Blue) = 71+115+50=236 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.08% from 236); Green value is 115 (45.31% from 255 or 48.73% from 236); Blue value is 50 (19.92% from 255 or 21.19% from 236); Max value from RGB is 115 - color contains mainly: green. Hex color #477332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477332 is #B88CCD. Grayscale: #5E5E5E. Windows color (decimal): -12094670 or 3306311. OLE color: 3306311.

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

Color convert

RGB 71 115 50 -
CMYK 0.38 0 0.57 0.55
HSL 100.62º 0.39% 0.32% -
HSV(B) 100.62º 0.57% 0.45% -
XYZ 9.3 13.83 5.2 -
YUV 94.43 102.92 111.29 -
System Red Green Blue C M Y K H S L
Decimal 71 115 50 0.38 0 0.57 0.55 100.62 0.39 0.32
Hex 47 73 32 26 0 39 37 65 27 20
Octal 107 163 62 46 0 71 67 145 47 40
Binary 1000111 1110011 110010 100110 0 111001 110111 1100101 100111 100000

Color Harmonies of #477332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477332

Black with #477332

Text Example


Text Example

White with #477332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477332; }

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

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

background-color css

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

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

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

border-color css

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

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

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