Html Css Color HEX #486E31 Dell

📋 copy color: '#486E31'

red 72 ◦ green 110 ◦ blue 49

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

Shades of Dell #486E31

Tints of Dell #486E31

RGB

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

 GREEN value IS 110 (43.36% from 255) = 47.62%

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

R = 31.17%
G = 47.62%
B = 21.21%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.55

 K value IS 0.57

RGB Variations

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

Color information

#486E31 (or 0x486E31) is known color: Dell. HEX triplet: 48, 6E and 31. RGB value is (72,110,49). Sum of RGB (Red+Green+Blue) = 72+110+49=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 110 (43.36% from 255 or 47.62% from 231); Blue value is 49 (19.53% from 255 or 21.21% from 231); Max value from RGB is 110 - color contains mainly: green. Hex color #486E31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486E31 is #B791CE. Grayscale: #5B5B5B. Windows color (decimal): -12030415 or 3239496. OLE color: 3239496.

HSL color Cylindrical-coordinate representation of color #486E31: hue angle of 97.38º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #486E31 is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.57.

Color convert

RGB 72 110 49 -
CMYK 0.35 0 0.55 0.57
HSL 97.38º 0.38% 0.31% -
HSV(B) 97.38º 0.55% 0.43% -
XYZ 8.8 12.75 4.9 -
YUV 91.68 103.91 113.96 -
System Red Green Blue C M Y K H S L
Decimal 72 110 49 0.35 0 0.55 0.57 97.38 0.38 0.31
Hex 48 6E 31 23 0 37 39 61 26 1F
Octal 110 156 61 43 0 67 71 141 46 37
Binary 1001000 1101110 110001 100011 0 110111 111001 1100001 100110 11111

Color Harmonies of #486E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486E31

Black with #486E31

Text Example


Text Example

White with #486E31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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