Html Css Color HEX #476231 Dell

📋 copy color: '#476231'

red 71 ◦ green 98 ◦ blue 49

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

Shades of Dell #476231

Tints of Dell #476231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 22.48%

R = 32.57%
G = 44.95%
B = 22.48%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.5

 K value IS 0.62

RGB Variations

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

Color information

#476231 (or 0x476231) is known color: Dell. HEX triplet: 47, 62 and 31. RGB value is (71,98,49). Sum of RGB (Red+Green+Blue) = 71+98+49=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 98 (38.67% from 255 or 44.95% from 218); Blue value is 49 (19.53% from 255 or 22.48% from 218); Max value from RGB is 98 - color contains mainly: green. Hex color #476231 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476231 is #B89DCE. Grayscale: #545454. Windows color (decimal): -12099023 or 3236423. OLE color: 3236423.

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

Color convert

RGB 71 98 49 -
CMYK 0.28 0 0.5 0.62
HSL 93.06º 0.33% 0.29% -
HSV(B) 93.06º 0.5% 0.38% -
XYZ 7.52 10.3 4.5 -
YUV 84.34 108.05 118.48 -
System Red Green Blue C M Y K H S L
Decimal 71 98 49 0.28 0 0.5 0.62 93.06 0.33 0.29
Hex 47 62 31 1C 0 32 3E 5D 21 1D
Octal 107 142 61 34 0 62 76 135 41 35
Binary 1000111 1100010 110001 11100 0 110010 111110 1011101 100001 11101

Color Harmonies of #476231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476231

Black with #476231

Text Example


Text Example

White with #476231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476231; }

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

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

background-color css

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

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

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

border-color css

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

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

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