Html Css Color HEX #486231 Dell

📋 copy color: '#486231'

red 72 ◦ green 98 ◦ blue 49

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

Shades of Dell #486231

Tints of Dell #486231

RGB

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

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

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

R = 32.88%
G = 44.75%
B = 22.37%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.5

 K value IS 0.62

RGB Variations

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

Color information

#486231 (or 0x486231) is known color: Dell. HEX triplet: 48, 62 and 31. RGB value is (72,98,49). Sum of RGB (Red+Green+Blue) = 72+98+49=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 98 (38.67% from 255 or 44.75% from 219); Blue value is 49 (19.53% from 255 or 22.37% from 219); Max value from RGB is 98 - color contains mainly: green. Hex color #486231 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486231 is #B79DCE. Grayscale: #545454. Windows color (decimal): -12033487 or 3236424. OLE color: 3236424.

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

Color convert

RGB 72 98 49 -
CMYK 0.27 0 0.5 0.62
HSL 91.84º 0.33% 0.29% -
HSV(B) 91.84º 0.5% 0.38% -
XYZ 7.59 10.33 4.5 -
YUV 84.64 107.89 118.98 -
System Red Green Blue C M Y K H S L
Decimal 72 98 49 0.27 0 0.5 0.62 91.84 0.33 0.29
Hex 48 62 31 1B 0 32 3E 5C 21 1D
Octal 110 142 61 33 0 62 76 134 41 35
Binary 1001000 1100010 110001 11011 0 110010 111110 1011100 100001 11101

Color Harmonies of #486231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486231

Black with #486231

Text Example


Text Example

White with #486231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486231; }

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

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

background-color css

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

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

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

border-color css

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

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

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