Html Css Color HEX #476132 Dell

📋 copy color: '#476132'

red 71 ◦ green 97 ◦ blue 50

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

Shades of Dell #476132

Tints of Dell #476132

RGB

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

 GREEN value IS 97 (38.28% from 255) = 44.5%

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

R = 32.57%
G = 44.5%
B = 22.94%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#476132 (or 0x476132) is known color: Dell. HEX triplet: 47, 61 and 32. RGB value is (71,97,50). Sum of RGB (Red+Green+Blue) = 71+97+50=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 97 (38.28% from 255 or 44.50% from 218); Blue value is 50 (19.92% from 255 or 22.94% from 218); Max value from RGB is 97 - color contains mainly: green. Hex color #476132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476132 is #B89ECD. Grayscale: #545454. Windows color (decimal): -12099278 or 3301703. OLE color: 3301703.

HSL color Cylindrical-coordinate representation of color #476132: hue angle of 93.19º 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 #476132 is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 97 50 -
CMYK 0.27 0 0.48 0.62
HSL 93.19º 0.32% 0.29% -
HSV(B) 93.19º 0.48% 0.38% -
XYZ 7.45 10.12 4.58 -
YUV 83.87 108.89 118.82 -
System Red Green Blue C M Y K H S L
Decimal 71 97 50 0.27 0 0.48 0.62 93.19 0.32 0.29
Hex 47 61 32 1B 0 30 3E 5D 20 1D
Octal 107 141 62 33 0 60 76 135 40 35
Binary 1000111 1100001 110010 11011 0 110000 111110 1011101 100000 11101

Color Harmonies of #476132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476132

Black with #476132

Text Example


Text Example

White with #476132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476132; }

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

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

background-color css

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

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

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

border-color css

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

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

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