Html Css Color HEX #486C31 Dell

📋 copy color: '#486C31'

red 72 ◦ green 108 ◦ blue 49

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

Shades of Dell #486C31

Tints of Dell #486C31

RGB

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

 GREEN value IS 108 (42.58% from 255) = 47.16%

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

R = 31.44%
G = 47.16%
B = 21.4%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.55

 K value IS 0.58

RGB Variations

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

Color information

#486C31 (or 0x486C31) is known color: Dell. HEX triplet: 48, 6C and 31. RGB value is (72,108,49). Sum of RGB (Red+Green+Blue) = 72+108+49=229 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.44% from 229); Green value is 108 (42.58% from 255 or 47.16% from 229); Blue value is 49 (19.53% from 255 or 21.40% from 229); Max value from RGB is 108 - color contains mainly: green. Hex color #486C31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486C31 is #B793CE. Grayscale: #5A5A5A. Windows color (decimal): -12030927 or 3238984. OLE color: 3238984.

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

Color convert

RGB 72 108 49 -
CMYK 0.33 0 0.55 0.58
HSL 96.61º 0.38% 0.31% -
HSV(B) 96.61º 0.55% 0.42% -
XYZ 8.59 12.32 4.83 -
YUV 90.51 104.57 114.8 -
System Red Green Blue C M Y K H S L
Decimal 72 108 49 0.33 0 0.55 0.58 96.61 0.38 0.31
Hex 48 6C 31 21 0 37 3A 61 26 1F
Octal 110 154 61 41 0 67 72 141 46 37
Binary 1001000 1101100 110001 100001 0 110111 111010 1100001 100110 11111

Color Harmonies of #486C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486C31

Black with #486C31

Text Example


Text Example

White with #486C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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