Html Css Color HEX #486F31 Dell

📋 copy color: '#486F31'

red 72 ◦ green 111 ◦ blue 49

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

Shades of Dell #486F31

Tints of Dell #486F31

RGB

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

 GREEN value IS 111 (43.75% from 255) = 47.84%

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

R = 31.03%
G = 47.84%
B = 21.12%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#486F31 (or 0x486F31) is known color: Dell. HEX triplet: 48, 6F and 31. RGB value is (72,111,49). Sum of RGB (Red+Green+Blue) = 72+111+49=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 111 (43.75% from 255 or 47.84% from 232); Blue value is 49 (19.53% from 255 or 21.12% from 232); Max value from RGB is 111 - color contains mainly: green. Hex color #486F31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486F31 is #B790CE. Grayscale: #5C5C5C. Windows color (decimal): -12030159 or 3239752. OLE color: 3239752.

HSL color Cylindrical-coordinate representation of color #486F31: hue angle of 97.74º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #486F31 is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 111 49 -
CMYK 0.35 0 0.56 0.56
HSL 97.74º 0.39% 0.31% -
HSV(B) 97.74º 0.56% 0.44% -
XYZ 8.91 12.97 4.94 -
YUV 92.27 103.58 113.54 -
System Red Green Blue C M Y K H S L
Decimal 72 111 49 0.35 0 0.56 0.56 97.74 0.39 0.31
Hex 48 6F 31 23 0 38 38 62 27 1F
Octal 110 157 61 43 0 70 70 142 47 37
Binary 1001000 1101111 110001 100011 0 111000 111000 1100010 100111 11111

Color Harmonies of #486F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486F31

Black with #486F31

Text Example


Text Example

White with #486F31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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