Html Css Color HEX #486B37 Dell

📋 copy color: '#486B37'

red 72 ◦ green 107 ◦ blue 55

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

Shades of Dell #486B37

Tints of Dell #486B37

RGB

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

 GREEN value IS 107 (42.19% from 255) = 45.73%

 BLUE value IS 55 (21.88% from 255) = 23.5%

R = 30.77%
G = 45.73%
B = 23.5%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.49

 K value IS 0.58

RGB Variations

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

Color information

#486B37 (or 0x486B37) is known color: Dell. HEX triplet: 48, 6B and 37. RGB value is (72,107,55). Sum of RGB (Red+Green+Blue) = 72+107+55=234 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.77% from 234); Green value is 107 (42.19% from 255 or 45.73% from 234); Blue value is 55 (21.88% from 255 or 23.50% from 234); Max value from RGB is 107 - color contains mainly: green. Hex color #486B37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486B37 is #B794C8. Grayscale: #5A5A5A. Windows color (decimal): -12031177 or 3631944. OLE color: 3631944.

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

Color convert

RGB 72 107 55 -
CMYK 0.33 0 0.49 0.58
HSL 100.38º 0.32% 0.32% -
HSV(B) 100.38º 0.49% 0.42% -
XYZ 8.62 12.17 5.51 -
YUV 90.61 107.9 114.73 -
System Red Green Blue C M Y K H S L
Decimal 72 107 55 0.33 0 0.49 0.58 100.38 0.32 0.32
Hex 48 6B 37 21 0 31 3A 64 20 20
Octal 110 153 67 41 0 61 72 144 40 40
Binary 1001000 1101011 110111 100001 0 110001 111010 1100100 100000 100000

Color Harmonies of #486B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486B37

Black with #486B37

Text Example


Text Example

White with #486B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,107,55); }

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

background-color css

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

 a { background-color: rgb(72,107,55); }

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

border-color css

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

 span { border-color: rgb(72,107,55); }

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