Html Css Color HEX #486531 Dell

📋 copy color: '#486531'

red 72 ◦ green 101 ◦ blue 49

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

Shades of Dell #486531

Tints of Dell #486531

RGB

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

 GREEN value IS 101 (39.84% from 255) = 45.5%

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

R = 32.43%
G = 45.5%
B = 22.07%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.51

 K value IS 0.60

RGB Variations

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

Color information

#486531 (or 0x486531) is known color: Dell. HEX triplet: 48, 65 and 31. RGB value is (72,101,49). Sum of RGB (Red+Green+Blue) = 72+101+49=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 101 (39.84% from 255 or 45.50% from 222); Blue value is 49 (19.53% from 255 or 22.07% from 222); Max value from RGB is 101 - color contains mainly: green. Hex color #486531 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486531 is #B79ACE. Grayscale: #565656. Windows color (decimal): -12032719 or 3237192. OLE color: 3237192.

HSL color Cylindrical-coordinate representation of color #486531: hue angle of 93.46º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #486531 is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.60.

Color convert

RGB 72 101 49 -
CMYK 0.29 0 0.51 0.60
HSL 93.46º 0.35% 0.29% -
HSV(B) 93.46º 0.51% 0.4% -
XYZ 7.88 10.91 4.6 -
YUV 86.4 106.89 117.73 -
System Red Green Blue C M Y K H S L
Decimal 72 101 49 0.29 0 0.51 0.60 93.46 0.35 0.29
Hex 48 65 31 1D 0 33 3C 5D 23 1D
Octal 110 145 61 35 0 63 74 135 43 35
Binary 1001000 1100101 110001 11101 0 110011 111100 1011101 100011 11101

Color Harmonies of #486531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486531

Black with #486531

Text Example


Text Example

White with #486531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486531; }

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

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

background-color css

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

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

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

border-color css

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

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

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