Html Css Color HEX #486131 Dell

📋 copy color: '#486131'

red 72 ◦ green 97 ◦ blue 49

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

Shades of Dell #486131

Tints of Dell #486131

RGB

 RED value IS 72 (28.52% from 255) = 33.03%

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

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

R = 33.03%
G = 44.5%
B = 22.48%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#486131 (or 0x486131) is known color: Dell. HEX triplet: 48, 61 and 31. RGB value is (72,97,49). Sum of RGB (Red+Green+Blue) = 72+97+49=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 97 (38.28% from 255 or 44.50% from 218); Blue value is 49 (19.53% from 255 or 22.48% from 218); Max value from RGB is 97 - color contains mainly: green. Hex color #486131 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486131 is #B79ECE. Grayscale: #545454. Windows color (decimal): -12033743 or 3236168. OLE color: 3236168.

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

Color convert

RGB 72 97 49 -
CMYK 0.26 0 0.49 0.62
HSL 91.25º 0.33% 0.29% -
HSV(B) 91.25º 0.49% 0.38% -
XYZ 7.5 10.15 4.47 -
YUV 84.05 108.22 119.4 -
System Red Green Blue C M Y K H S L
Decimal 72 97 49 0.26 0 0.49 0.62 91.25 0.33 0.29
Hex 48 61 31 1A 0 31 3E 5B 21 1D
Octal 110 141 61 32 0 61 76 133 41 35
Binary 1001000 1100001 110001 11010 0 110001 111110 1011011 100001 11101

Color Harmonies of #486131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486131

Black with #486131

Text Example


Text Example

White with #486131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486131; }

 p { color: rgb(72,97,49); }

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

background-color css

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

 a { background-color: rgb(72,97,49); }

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

border-color css

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

 span { border-color: rgb(72,97,49); }

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