Html Css Color HEX #486537 Dell

📋 copy color: '#486537'

red 72 ◦ green 101 ◦ blue 55

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

Shades of Dell #486537

Tints of Dell #486537

RGB

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

 GREEN value IS 101 (39.84% from 255) = 44.3%

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

R = 31.58%
G = 44.3%
B = 24.12%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.46

 K value IS 0.60

RGB Variations

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

Color information

#486537 (or 0x486537) is known color: Dell. HEX triplet: 48, 65 and 37. RGB value is (72,101,55). Sum of RGB (Red+Green+Blue) = 72+101+55=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 101 (39.84% from 255 or 44.30% from 228); Blue value is 55 (21.88% from 255 or 24.12% from 228); Max value from RGB is 101 - color contains mainly: green. Hex color #486537 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486537 is #B79AC8. Grayscale: #575757. Windows color (decimal): -12032713 or 3630408. OLE color: 3630408.

HSL color Cylindrical-coordinate representation of color #486537: hue angle of 97.83º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #486537 is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.60.

Color convert

RGB 72 101 55 -
CMYK 0.29 0 0.46 0.60
HSL 97.83º 0.29% 0.31% -
HSV(B) 97.83º 0.46% 0.4% -
XYZ 8.02 10.96 5.31 -
YUV 87.09 109.89 117.24 -
System Red Green Blue C M Y K H S L
Decimal 72 101 55 0.29 0 0.46 0.60 97.83 0.29 0.31
Hex 48 65 37 1D 0 2E 3C 62 1D 1F
Octal 110 145 67 35 0 56 74 142 35 37
Binary 1001000 1100101 110111 11101 0 101110 111100 1100010 11101 11111

Color Harmonies of #486537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486537

Black with #486537

Text Example


Text Example

White with #486537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486537; }

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

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

background-color css

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

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

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

border-color css

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

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

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