Html Css Color HEX #486B31 Dell

📋 copy color: '#486B31'

red 72 ◦ green 107 ◦ blue 49

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

Shades of Dell #486B31

Tints of Dell #486B31

RGB

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

 GREEN value IS 107 (42.19% from 255) = 46.93%

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

R = 31.58%
G = 46.93%
B = 21.49%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.54

 K value IS 0.58

RGB Variations

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

Color information

#486B31 (or 0x486B31) is known color: Dell. HEX triplet: 48, 6B and 31. RGB value is (72,107,49). Sum of RGB (Red+Green+Blue) = 72+107+49=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 107 (42.19% from 255 or 46.93% from 228); Blue value is 49 (19.53% from 255 or 21.49% from 228); Max value from RGB is 107 - color contains mainly: green. Hex color #486B31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486B31 is #B794CE. Grayscale: #5A5A5A. Windows color (decimal): -12031183 or 3238728. OLE color: 3238728.

HSL color Cylindrical-coordinate representation of color #486B31: hue angle of 96.21º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #486B31 is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.58.

Color convert

RGB 72 107 49 -
CMYK 0.33 0 0.54 0.58
HSL 96.21º 0.37% 0.31% -
HSV(B) 96.21º 0.54% 0.42% -
XYZ 8.48 12.11 4.8 -
YUV 89.92 104.9 115.22 -
System Red Green Blue C M Y K H S L
Decimal 72 107 49 0.33 0 0.54 0.58 96.21 0.37 0.31
Hex 48 6B 31 21 0 36 3A 60 25 1F
Octal 110 153 61 41 0 66 72 140 45 37
Binary 1001000 1101011 110001 100001 0 110110 111010 1100000 100101 11111

Color Harmonies of #486B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486B31

Black with #486B31

Text Example


Text Example

White with #486B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486B31; }

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

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

background-color css

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

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

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

border-color css

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

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

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